git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3451 42af7a65-404d-4744-a932-0658087f49c3
9.3 KiB
9.3 KiB
| 1 | _exit | unistd.h | void | int |
|---|---|---|---|---|
| 2 | atexit | stdlib.h | int | void (*)(void) |
| 3 | close | unistd.h | int | int |
| 4 | closedir | dirent.h | int | FAR DIR* |
| 5 | dup | unistd.h | int | int |
| 6 | exit | stdlib.h | void | int |
| 7 | fsync | unistd.h | int | int |
| 8 | getenv | stdlib.h | FAR char* | FAR const char* |
| 9 | mq_close | mqueue.h | int | mqd_t |
| 10 | mq_unlink | mqueue.h | int | const char* |
| 11 | opendir | dirent.h | FAR DIR* | FAR const char* |
| 12 | pipe | unistd.h | int | int [2]|int* |
| 13 | pthread_barrier_destroy | pthread.h | int | FAR pthread_barrier_t* |
| 14 | pthread_barrier_wait | pthread.h | int | FAR pthread_barrier_t* |
| 15 | pthread_cancel | pthread.h | int | pthread_t |
| 16 | pthread_cond_broadcast | pthread.h | int | FAR pthread_cond_t* |
| 17 | pthread_cond_destroy | pthread.h | int | FAR pthread_cond_t* |
| 18 | pthread_cond_signal | pthread.h | int | FAR pthread_cond_t* |
| 19 | pthread_detach | pthread.h | int | pthread_t |
| 20 | pthread_exit | pthread.h | void | pthread_addr_t |
| 21 | pthread_getspecific | pthread.h | FAR void* | pthread_key_t |
| 22 | pthread_key_delete | pthread.h | int | pthread_key_t |
| 23 | pthread_mutex_destroy | pthread.h | int | FAR pthread_mutex_t* |
| 24 | pthread_mutex_lock | pthread.h | int | FAR pthread_mutex_t* |
| 25 | pthread_mutex_trylock | pthread.h | int | FAR pthread_mutex_t* |
| 26 | pthread_mutex_unlock | pthread.h | int | FAR pthread_mutex_t* |
| 27 | putenv | stdlib.h | int | FAR const char* |
| 28 | readdir | dirent.h | FAR struct dirent* | FAR DIR* |
| 29 | rewinddir | dirent.h | void | FAR DIR* |
| 30 | rmdir | unistd.h | int | FAR const char* |
| 31 | sched_get_priority_max | sched.h | int | int |
| 32 | sched_get_priority_min | sched.h | int | int |
| 33 | sched_getscheduler | sched.h | int | pid_t |
| 34 | sched_note_start | sched.h | void | FAR _TCB* |
| 35 | sched_note_stop | sched.h | void | FAR _TCB* |
| 36 | sem_close | semaphore.h | int | FAR sem_t* |
| 37 | sem_destroy | semaphore.h | int | FAR sem_t* |
| 38 | sem_post | semaphore.h | int | FAR sem_t* |
| 39 | sem_trywait | semaphore.h | int | FAR sem_t* |
| 40 | sem_unlink | semaphore.h | int | FAR const char* |
| 41 | sem_wait | semaphore.h | int | FAR sem_t* |
| 42 | sigemptyset | signal.h | int | FAR sigset_t* |
| 43 | sigfillset | signal.h | int | FAR sigset_t* |
| 44 | sigpending | signal.h | int | FAR sigset_t* |
| 45 | sigsuspend | signal.h | int | FAR const sigset_t* |
| 46 | sleep | unistd.h | unsigned int | unsigned int |
| 47 | task_activate | sched.h | int | FAR _TCB* |
| 48 | task_delete | sched.h | int | pid_t |
| 49 | task_restart | sched.h | int | pid_t |
| 50 | telldir | dirent.h | off_t | FAR DIR* |
| 51 | timer_delete | time.h | int | timer_t |
| 52 | timer_getoverrun | time.h | int | timer_t |
| 53 | umount | sys/mount.h | int | const char* |
| 54 | unlink | unistd.h | int | FAR const char* |
| 55 | unsetenv | stdlib.h | int | const char* |
| 56 | usleep | unistd.h | void | useconds_t |