16 KiB
16 KiB
1 | _exit | unistd.h | void | int | |
---|---|---|---|---|---|
2 | aio_read | aio.h | defined(CONFIG_FS_AIO) | int | FAR struct aiocb * |
3 | aio_write | aio.h | defined(CONFIG_FS_AIO) | int | FAR struct aiocb * |
4 | atexit | stdlib.h | defined(CONFIG_SCHED_ATEXIT) | int | void (*)(void) |
5 | close | unistd.h | CONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0 | int | int |
6 | closedir | dirent.h | CONFIG_NFILE_DESCRIPTORS > 0 | int | FAR DIR* |
7 | dup | unistd.h | CONFIG_NFILE_DESCRIPTORS > 0 | int | int |
8 | exit | stdlib.h | void | int | |
9 | fsync | unistd.h | CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT) | int | int |
10 | getenv | stdlib.h | !defined(CONFIG_DISABLE_ENVIRON) | FAR char* | FAR const char* |
11 | mq_close | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | mqd_t |
12 | mq_unlink | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | const char* |
13 | opendir | dirent.h | CONFIG_NFILE_DESCRIPTORS > 0 | FAR DIR* | FAR const char* |
14 | pipe | unistd.h | CONFIG_NFILE_DESCRIPTORS > 0 | int | int [2]|int* |
15 | pthread_barrier_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrier_t* |
16 | pthread_barrier_wait | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_barrier_t* |
17 | pthread_cancel | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t |
18 | pthread_cond_broadcast | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_cond_t* |
19 | pthread_cond_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_cond_t* |
20 | pthread_cond_signal | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_cond_t* |
21 | pthread_detach | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t |
22 | pthread_exit | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | void | pthread_addr_t |
23 | pthread_getspecific | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | FAR void* | pthread_key_t |
24 | pthread_key_delete | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_key_t |
25 | pthread_mutex_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutex_t* |
26 | pthread_mutex_lock | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutex_t* |
27 | pthread_mutex_trylock | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutex_t* |
28 | pthread_mutex_unlock | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutex_t* |
29 | putenv | stdlib.h | !defined(CONFIG_DISABLE_ENVIRON) | int | FAR const char* |
30 | readdir | dirent.h | CONFIG_NFILE_DESCRIPTORS > 0 | FAR struct dirent* | FAR DIR* |
31 | rewinddir | dirent.h | CONFIG_NFILE_DESCRIPTORS > 0 | void | FAR DIR* |
32 | rmdir | unistd.h | CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT) | int | FAR const char* |
33 | sched_getscheduler | sched.h | int | pid_t | |
34 | sem_close | semaphore.h | defined(CONFIG_FS_NAMED_SEMAPHORES) | int | FAR sem_t* |
35 | sem_destroy | semaphore.h | int | FAR sem_t* | |
36 | sem_post | semaphore.h | int | FAR sem_t* | |
37 | sem_trywait | semaphore.h | int | FAR sem_t* | |
38 | sem_unlink | semaphore.h | defined(CONFIG_FS_NAMED_SEMAPHORES) | int | FAR const char* |
39 | sem_wait | semaphore.h | int | FAR sem_t* | |
40 | set_errno | errno.h | void | int | |
41 | shmdt | sys/shm.h | defined(CONFIG_MM_SHM) | int | FAR const void * |
42 | sigpending | signal.h | !defined(CONFIG_DISABLE_SIGNALS) | int | FAR sigset_t* |
43 | sigsuspend | signal.h | !defined(CONFIG_DISABLE_SIGNALS) | int | FAR const sigset_t* |
44 | task_delete | sched.h | int | pid_t | |
45 | task_restart | sched.h | int | pid_t | |
46 | telldir | dirent.h | CONFIG_NFILE_DESCRIPTORS > 0 | off_t | FAR DIR* |
47 | timer_delete | time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | timer_t |
48 | timer_getoverrun | time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | timer_t |
49 | uname | sys/utsname.h | int | FAR struct utsname* | |
50 | unlink | unistd.h | CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT) | int | FAR const char* |
51 | unsetenv | stdlib.h | !defined(CONFIG_DISABLE_ENVIRON) | int | const char* |
52 | wait | sys/wait.h | defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT) | pid_t | int* |