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