mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
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 | abort | stdlib.h | void | |||||||
| 3 | accept | sys/socket.h | int | int | struct sockaddr* | socklen_t* | ||||
| 4 | atexit | stdlib.h | int | void *(*)(void) | ||||||
| 5 | bind | sys/socket.h | int | int | FAR const struct sockaddr* | socklen_t | ||||
| 6 | chdir | unistd.h | int | FAR const char* | ||||||
| 7 | clearenv | stdlib.h | int | |||||||
| 8 | clock_getres | time.h | int | clockid_t | struct timespec* | |||||
| 9 | clock_gettime | time.h | int | clockid_t | struct timespec* | |||||
| 10 | clock_settime | time.h | int | clockid_t | const struct timespec* | |||||
| 11 | close | unistd.h | int | int | ||||||
| 12 | closedir | dirent.h | int | FAR DIR* | ||||||
| 13 | connect | sys/socket.h | int | int | FAR const struct sockaddr* | socklen_t | ||||
| 14 | creat | fcntl.h | int | const char* | mode_t | |||||
| 15 | dup | unistd.h | int | int | ||||||
| 16 | dup2 | unistd.h | int | int | int | |||||
| 17 | exit | stdlib.h | void | int | ||||||
| 18 | fcntl | fcntl.h | int | int | int | ... | ||||
| 19 | fstat | sys/stat.h | int | int | FAR struct stat* | |||||
| 20 | fstatfs | sys/statfs.h | int | int | struct statfs* | |||||
| 21 | fsync | unistd.h | int | int | ||||||
| 22 | get_environ_ptr | stdlib.h | FAR char** | void | ||||||
| 23 | get_errno_ptr | errno.h | FAR int* | |||||||
| 24 | getcwd | unistd.h | FAR char* | FAR char* | size_t | |||||
| 25 | getenv | stdlib.h | FAR char* | FAR const char* | ||||||
| 26 | getpid | unistd.h | pidt_t | |||||||
| 27 | getsockopt | sys/socket.h | int | int | int | int | FAR void* | FAR socklen_t* | ||
| 28 | gettimeofday | sys/time.h | int | struct timeval* | FAR void* | |||||
| 29 | ioctl | sys/ioctl.h | int | int | int | unsigned long | ||||
| 30 | kill | signal.h | int | pid_t | int | |||||
| 31 | listen | sys/socket.h | int | int | int | |||||
| 32 | lseek | unistd.h | off_t | int | off_t offset | int | ||||
| 33 | mkdir | sys/stat.h | int | FAR const char* | mode_t mode | |||||
| 34 | mkfifo | sys/stat.h | int | FAR const char* | mode_t mode | |||||
| 35 | mmap | sys/mman.h | FAR void* | FAR void* | size_t | int | int | int | off_t | |
| 36 | mount | sys/mount.h | int | const char* | const char* | const char* | unsigned long | const void* | ||
| 37 | mq_close | mqueue.h | int | mqd_t | ||||||
| 38 | mq_getattr | mqueue.h | int | mqd_t | struct mq_attr* | |||||
| 39 | mq_notify | mqueue.h | int | mqd_t | const struct sigevent* | |||||
| 40 | mq_open | mqueue.h | mqd_t | const char* | int | ... | ||||
| 41 | mq_receive | mqueue.h | ssize_t | mqd_t | void* | size_t | int* | |||
| 42 | mq_send | mqueue.h | int | mqd_t | const void* | size_t | int | |||
| 43 | mq_setattr | mqueue.h | int | mqd_t | const struct mq_attr* | struct mq_attr* | ||||
| 44 | mq_timedreceive | mqueue.h | ssize_t | mqd_t | void* | size_t | int | const struct timespec* | ||
| 45 | mq_timedsend | mqueue.h | int | mqd_t | const char* | size_t | int prio | const struct timespec* | ||
| 46 | mq_unlink | mqueue.h | int | const char* | ||||||
| 47 | open | fcntl.h | int | const char* | int | ... | ||||
| 48 | opendir | dirent.h | FAR DIR* | FAR const char* | ||||||
| 49 | pipe | unistd.h | int | int[2] | ||||||
| 50 | poll | poll.h | int | FAR struct pollfd* | nfds_t | int | ||||
| 51 | pthread_attr_destroy | pthread.h | int | pthread_attr_t* | ||||||
| 52 | pthread_attr_getinheritsched | pthread.h | int | FAR const pthread_attr_t* | FAR int* | |||||
| 53 | pthread_attr_getschedparam | pthread.h | int | FAR pthread_attr_t* | FAR struct sched_param* | |||||
| 54 | pthread_attr_getschedpolicy | pthread.h | int | FAR pthread_attr_t* | int* | |||||
| 55 | pthread_attr_getstacksize | pthread.h | int | FAR pthread_attr_t* | long* | |||||
| 56 | pthread_attr_init | pthread.h | int | FAR pthread_attr_t* | ||||||
| 57 | pthread_attr_setinheritsched | pthread.h | int | FAR pthread_attr_t* | int | |||||
| 58 | pthread_attr_setschedparam | pthread.h | int | FAR pthread_attr_t* | FAR const struct sched_param* | |||||
| 59 | pthread_attr_setschedpolicy | pthread.h | int | FAR pthread_attr_t* | int | |||||
| 60 | pthread_attr_setstacksize | pthread.h | int | FAR pthread_attr_t* | long | |||||
| 61 | pthread_barrier_destroy | pthread.h | int | FAR pthread_barrier_t* | ||||||
| 62 | pthread_barrier_init | pthread.h | int | FAR pthread_barrier_t* | FAR const pthread_barrierattr_t* | unsigned int | ||||
| 63 | pthread_barrier_wait | pthread.h | int | FAR pthread_barrier_t* | ||||||
| 64 | pthread_barrierattr_destroy | pthread.h | int | FAR pthread_barrierattr_t* | ||||||
| 65 | pthread_barrierattr_getpshared | pthread.h | int | FAR const pthread_barrierattr_t* | FAR int* | |||||
| 66 | pthread_barrierattr_init | pthread.h | int | FAR pthread_barrierattr_t* | ||||||
| 67 | pthread_barrierattr_setpshared | pthread.h | int | FAR pthread_barrierattr_t* | int | |||||
| 68 | pthread_cancel | pthread.h | int | pthread_t | ||||||
| 69 | pthread_cond_broadcast | pthread.h | int | FAR pthread_cond_t* | ||||||
| 70 | pthread_cond_destroy | pthread.h | int | FAR pthread_cond_t* | ||||||
| 71 | pthread_cond_init | pthread.h | int | FAR pthread_cond_t* | FAR pthread_condattr_t* | |||||
| 72 | pthread_cond_signal | pthread.h | int | FAR pthread_cond_t* | ||||||
| 73 | pthread_cond_timedwait | pthread.h | int | FAR pthread_cond_t* | FAR pthread_mutex_t* | FAR const struct timespec* | ||||
| 74 | pthread_cond_wait | pthread.h | int | FAR pthread_cond_t* | FAR pthread_mutex_t* | |||||
| 75 | pthread_condattr_destroy | pthread.h | int | FAR pthread_condattr_t* | ||||||
| 76 | pthread_condattr_init | pthread.h | int | FAR pthread_condattr_t* | ||||||
| 77 | pthread_create | pthread.h | int | FAR pthread_t* | FAR pthread_attr_t* | pthread_startroutine_t | pthread_addr_t | |||
| 78 | pthread_detach | pthread.h | int | pthread_t | ||||||
| 79 | pthread_exit | pthread.h | void | pthread_addr_t | ||||||
| 80 | pthread_getschedparam | pthread.h | int | pthread_t | FAR int* | FAR struct sched_param* | ||||
| 81 | pthread_getspecific | pthread.h | FAR void* | pthread_key_t | ||||||
| 82 | pthread_join | pthread.h | int | pthread_t | FAR pthread_addr_t* | |||||
| 83 | pthread_key_create | pthread.h | int | FAR pthread_key_t* | CODE void (*)(FAR void*) | |||||
| 84 | pthread_key_delete | pthread.h | int | pthread_key_t | ||||||
| 85 | pthread_kill | pthread.h | int | pthread_t | int | |||||
| 86 | pthread_mutex_destroy | pthread.h | int | FAR pthread_mutex_t* | ||||||
| 87 | pthread_mutex_init | pthread.h | int | FAR pthread_mutex_t* | FAR pthread_mutexattr_t* | |||||
| 88 | pthread_mutex_lock | pthread.h | int | FAR pthread_mutex_t* | ||||||
| 89 | pthread_mutex_trylock | pthread.h | int | FAR pthread_mutex_t* | ||||||
| 90 | pthread_mutex_unlock | pthread.h | int | FAR pthread_mutex_t* | ||||||
| 91 | pthread_mutexattr_destroy | pthread.h | int | FAR pthread_mutexattr_t* | ||||||
| 92 | pthread_mutexattr_getpshared | pthread.h | int | FAR pthread_mutexattr_t* | FAR int* | |||||
| 93 | pthread_mutexattr_gettype | pthread.h | int | const pthread_mutexattr_t* | int* | |||||
| 94 | pthread_mutexattr_init | pthread.h | int | FAR pthread_mutexattr_t* | ||||||
| 95 | pthread_mutexattr_setpshared | pthread.h | int | FAR pthread_mutexattr_t* | int | |||||
| 96 | pthread_mutexattr_settype | pthread.h | int | pthread_mutexattr_t* | int | |||||
| 97 | pthread_once | pthread.h | int | FAR pthread_once_t* | CODE void (*)(void) | |||||
| 98 | pthread_setcancelstate | pthread.h | int | int | FAR int* | |||||
| 99 | pthread_setschedparam | pthread.h | int | pthread_t | int | FAR const struct sched_param* | ||||
| 100 | pthread_setschedprio | pthread.h | int | pthread_t | int | |||||
| 101 | pthread_setspecific | pthread.h | int | pthread_key_t | FAR void* | |||||
| 102 | pthread_sigmask | pthread.h | int | int | FAR const sigset_t* | FAR sigset_t* | ||||
| 103 | pthread_testcancel | pthread.h | void | |||||||
| 104 | pthread_yield | pthread.h | void | |||||||
| 105 | putenv | stdlib.h | int | FAR const char* | ||||||
| 106 | read | unistd.h | ssize_t | int | FAR void* | size_t | ||||
| 107 | readdir | dirent.h | FAR struct dirent* | FAR DIR* | ||||||
| 108 | readdir_r | dirent.h | int | FAR DIR* | FAR struct dirent* | FAR struct dirent** | ||||
| 109 | recv | sys/socket.h | ssize_t | int | FAR void* | size_t | int | |||
| 110 | recvfrom | sys/socket.h | ssize_t | int | FAR void* | size_t | int | FAR struct sockaddr* | FAR socklen_t* | |
| 111 | rename | stdio.h | int | FAR const char* | FAR const char* | |||||
| 112 | rewinddir | dirent.h | void | FAR DIR* | ||||||
| 113 | rmdir | unistd.h | int | FAR const char* | ||||||
| 114 | sched_get_priority_max | sched.h | int | int | ||||||
| 115 | sched_get_priority_min | sched.h | int | int | ||||||
| 116 | sched_getparam | sched.h | int | pid_t | struct sched_param* | |||||
| 117 | sched_getscheduler | sched.h | int | pid_t | ||||||
| 118 | sched_lock | sched.h | int | |||||||
| 119 | sched_lockcount | sched.h | int32_t | |||||||
| 120 | sched_note_start | sched.h | void | FAR _TCB* | ||||||
| 121 | sched_note_stop | sched.h | void | FAR _TCB* | ||||||
| 122 | sched_note_switch | sched.h | void | FAR _TCB* | FAR _TCB* | |||||
| 123 | sched_rr_get_interval | sched.h | int | pid_t | struct timespec* | |||||
| 124 | sched_setparam | sched.h | int | pid_t | const struct sched_param* | |||||
| 125 | sched_setscheduler | sched.h | int | pid_t | int | const struct sched_param* | ||||
| 126 | sched_unlock | sched.h | int | |||||||
| 127 | sched_yield | sched.h | int | |||||||
| 128 | seekdir | dirent.h | void | FAR DIR* | off_t | |||||
| 129 | select | sys/select.h | int | int | FAR fd_set* | FAR fd_set* | FAR fd_set* | FAR struct timeval* | ||
| 130 | sem_close | semaphore.h | int | FAR sem_t* | ||||||
| 131 | sem_destroy | semaphore.h | int | FAR sem_t* | ||||||
| 132 | sem_getvalue | semaphore.h | int | FAR sem_t* | FAR int* | |||||
| 133 | sem_init | semaphore.h | int | FAR sem_t* | int | unsigned int value | ||||
| 134 | sem_open | semaphore.h | FAR sem_t* | FAR const char* | int | ... | ||||
| 135 | sem_post | semaphore.h | int | FAR sem_t* | ||||||
| 136 | sem_trywait | semaphore.h | int | FAR sem_t* | ||||||
| 137 | sem_unlink | semaphore.h | int | FAR const char* | ||||||
| 138 | sem_wait | semaphore.h | int | FAR sem_t* | ||||||
| 139 | send | sys/socket.h | ssize_t | int | FAR const void* | size_t | int | |||
| 140 | sendto | sys/socket.h | ssize_t | int | FAR const void* | size_t | int | FAR const struct sockaddr* | socklen_t | |
| 141 | setenv | stdlib.h | int | const char* | const char* | int | ||||
| 142 | setsockopt | sys/socket.h | int | int | int | int | FAR const void* | socklen_t | ||
| 143 | sigaction | signal.h | int | int | FAR const struct sigaction* | FAR struct sigaction* | ||||
| 144 | sigaddset | signal.h | int | FAR sigset_t* | int | |||||
| 145 | sigdelset | signal.h | int | FAR sigset_t* | int | |||||
| 146 | sigemptyset | signal.h | int | FAR sigset_t* | ||||||
| 147 | sigfillset | signal.h | int | FAR sigset_t* | ||||||
| 148 | sigismember | signal.h | int | FAR const sigset_t* | int | |||||
| 149 | sigpending | signal.h | int | FAR sigset_t* | ||||||
| 150 | sigprocmask | signal.h | int | int | FAR const sigset_t* | FAR sigset_t* | ||||
| 151 | sigqueue | signal.h | int | int | int | FAR void* | ||||
| 152 | sigqueue | signal.h | int | int | int | union sigval | ||||
| 153 | sigsuspend | signal.h | int | FAR const sigset_t* | ||||||
| 154 | sigtimedwait | signal.h | int | FAR const sigset_t* | FAR struct siginfo* | FAR const struct timespec* | ||||
| 155 | sigwaitinfo | signal.h | int | FAR const sigset_t* | FAR struct siginfo* | |||||
| 156 | sleep | unistd.h | unsigned int | unsigned int | ||||||
| 157 | snprintf | stdio.h | int | FAR char* | size_t | const char* | ... | |||
| 158 | socket | sys/socket.h | int | int | int | int | ||||
| 159 | stat | sys/stat.h | int | const char* | FAR struct stat* | |||||
| 160 | statfs | stdio.h | int | FAR const char* | FAR struct statfs* | |||||
| 161 | statfs | sys/statfs.h | int | const char* | struct statfs* | |||||
| 162 | task_activate | sched.h | int | FAR _TCB* | ||||||
| 163 | task_create | sched.h | int | const char* | int | int | main_t | const char*[] | ||
| 164 | task_create | sched.h | int | const char* | int | main_t | const char*[] | |||
| 165 | task_delete | sched.h | int | pid_t | ||||||
| 166 | task_init | sched.h | int | FAR _TCB* | const char* | int | FAR uint32_t* | uint32_t | main_t | const char*[] |
| 167 | task_init | sched.h | int | FAR _TCB* | const char* | int | main_t | const char*[] | ||
| 168 | task_restart | sched.h | int | pid_t | ||||||
| 169 | telldir | dirent.h | off_t | FAR DIR* | ||||||
| 170 | timer_create | time.h | int | clockid_t | FAR struct sigevent* | FAR timer_t* | ||||
| 171 | timer_delete | time.h | int | timer_t | ||||||
| 172 | timer_getoverrun | time.h | int | timer_t | ||||||
| 173 | timer_gettime | time.h | int | timer_t | FAR struct itimerspec* | |||||
| 174 | timer_settime | time.h | int | timer_t | int | FAR const struct itimerspec* | FAR struct itimerspec* | |||
| 175 | umount | sys/mount.h | int | const char* | ||||||
| 176 | unlink | unistd.h | int | FAR const char* | ||||||
| 177 | unsetenv | stdlib.h | int | const char* | ||||||
| 178 | up_assert | assert.h | void | FAR const uint8_t* | int | |||||
| 179 | up_assert | assert.h | void | |||||||
| 180 | up_assert_code | assert.h | void | FAR const uint8_t* | int | int | ||||
| 181 | up_assert_code | assert.h | void | int | ||||||
| 182 | usleep | unistd.h | void | useconds_t | ||||||
| 183 | wait | sys/wait.h | pidt_t | int* | ||||||
| 184 | waitid | sys/wait.h | int | idtype_t | id_t id | siginfo_t* | int | |||
| 185 | waitpid | sys/wait.h | pidt_t | pid_t | int* | int | ||||
| 186 | write | unistd.h | ssize_t | int | FAR const void* | size_t |