db0f306719
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3446 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 | get_environ_ptr | stdlib.h | FAR char** | void |
9 | getenv | stdlib.h | FAR char* | FAR const char* |
10 | mq_close | mqueue.h | int | mqd_t |
11 | mq_unlink | mqueue.h | int | const char* |
12 | opendir | dirent.h | FAR DIR* | FAR const char* |
13 | pipe | unistd.h | int | int[2] |
14 | pthread_barrier_destroy | pthread.h | int | FAR pthread_barrier_t* |
15 | pthread_barrier_wait | pthread.h | int | FAR pthread_barrier_t* |
16 | pthread_cancel | pthread.h | int | pthread_t |
17 | pthread_cond_broadcast | pthread.h | int | FAR pthread_cond_t* |
18 | pthread_cond_destroy | pthread.h | int | FAR pthread_cond_t* |
19 | pthread_cond_signal | pthread.h | int | FAR pthread_cond_t* |
20 | pthread_detach | pthread.h | int | pthread_t |
21 | pthread_exit | pthread.h | void | pthread_addr_t |
22 | pthread_getspecific | pthread.h | FAR void* | pthread_key_t |
23 | pthread_key_delete | pthread.h | int | pthread_key_t |
24 | pthread_mutex_destroy | pthread.h | int | FAR pthread_mutex_t* |
25 | pthread_mutex_lock | pthread.h | int | FAR pthread_mutex_t* |
26 | pthread_mutex_trylock | pthread.h | int | FAR pthread_mutex_t* |
27 | pthread_mutex_unlock | pthread.h | int | FAR pthread_mutex_t* |
28 | putenv | stdlib.h | int | FAR const char* |
29 | readdir | dirent.h | FAR struct dirent* | FAR DIR* |
30 | rewinddir | dirent.h | void | FAR DIR* |
31 | rmdir | unistd.h | int | FAR const char* |
32 | sched_get_priority_max | sched.h | int | int |
33 | sched_get_priority_min | sched.h | int | int |
34 | sched_getscheduler | sched.h | int | pid_t |
35 | sched_note_start | sched.h | void | FAR _TCB* |
36 | sched_note_stop | sched.h | void | FAR _TCB* |
37 | sem_close | semaphore.h | int | FAR sem_t* |
38 | sem_destroy | semaphore.h | int | FAR sem_t* |
39 | sem_post | semaphore.h | int | FAR sem_t* |
40 | sem_trywait | semaphore.h | int | FAR sem_t* |
41 | sem_unlink | semaphore.h | int | FAR const char* |
42 | sem_wait | semaphore.h | int | FAR sem_t* |
43 | sigemptyset | signal.h | int | FAR sigset_t* |
44 | sigfillset | signal.h | int | FAR sigset_t* |
45 | sigpending | signal.h | int | FAR sigset_t* |
46 | sigsuspend | signal.h | int | FAR const sigset_t* |
47 | sleep | unistd.h | unsigned int | unsigned int |
48 | task_activate | sched.h | int | FAR _TCB* |
49 | task_delete | sched.h | int | pid_t |
50 | task_restart | sched.h | int | pid_t |
51 | telldir | dirent.h | off_t | FAR DIR* |
52 | timer_delete | time.h | int | timer_t |
53 | timer_getoverrun | time.h | int | timer_t |
54 | umount | sys/mount.h | int | const char* |
55 | unlink | unistd.h | int | FAR const char* |
56 | unsetenv | stdlib.h | int | const char* |
57 | up_assert_code | assert.h | void | int |
58 | usleep | unistd.h | void | useconds_t |
59 | wait | sys/wait.h | pidt_t | int* |