mirror of
https://github.com/apache/nuttx.git
synced 2026-02-08 05:52:23 +08:00
16 KiB
16 KiB
| 1 | _exit | unistd.h | void | int | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 2 | adjtime | sys/time.h | defined(CONFIG_CLOCK_TIMEKEEPING) | int | FAR const struct timeval * | FAR struct timeval * | ||||
| 3 | aio_cancel | aio.h | defined(CONFIG_FS_AIO) | int | int | FAR struct aiocb * | ||||
| 4 | aio_fsync | aio.h | defined(CONFIG_FS_AIO) | int | int | FAR struct aiocb * | ||||
| 5 | aio_read | aio.h | defined(CONFIG_FS_AIO) | int | FAR struct aiocb * | |||||
| 6 | aio_write | aio.h | defined(CONFIG_FS_AIO) | int | FAR struct aiocb * | |||||
| 7 | accept | sys/socket.h | defined(CONFIG_NET) | int | int | struct sockaddr* | socklen_t* | |||
| 8 | atexit | stdlib.h | defined(CONFIG_SCHED_ATEXIT) | int | void (*)(void) | |||||
| 9 | bind | sys/socket.h | defined(CONFIG_NET) | int | int | FAR const struct sockaddr* | socklen_t | |||
| 10 | boardctl | sys/boardctl.h | defined(CONFIG_LIB_BOARDCTL) | int | unsigned int | uintptr_t | ||||
| 11 | clearenv | stdlib.h | !defined(CONFIG_DISABLE_ENVIRON) | int | ||||||
| 12 | clock | time.h | clock_t | |||||||
| 13 | clock_getres | time.h | int | clockid_t | struct timespec* | |||||
| 14 | clock_gettime | time.h | int | clockid_t | struct timespec* | |||||
| 15 | clock_nanosleep | time.h | int | clockid_t | int | FAR const struct timespec * | FAR struct timespec* | |||
| 16 | clock_settime | time.h | int | clockid_t | const struct timespec* | |||||
| 17 | close | unistd.h | int | int | ||||||
| 18 | closedir | dirent.h | int | FAR DIR* | ||||||
| 19 | connect | sys/socket.h | defined(CONFIG_NET) | int | int | FAR const struct sockaddr* | socklen_t | |||
| 20 | dup | unistd.h | int | int | ||||||
| 21 | dup2 | unistd.h | int | int | int | |||||
| 22 | exec | nuttx/binfmt/binfmt.h | !defined(CONFIG_BINFMT_DISABLE) && !defined(CONFIG_BUILD_KERNEL) | int | FAR const char * | FAR char * const * | FAR const struct symtab_s * | int | ||
| 23 | execv | unistd.h | !defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS) | int | FAR const char * | FAR char *const []|FAR char *const * | ||||
| 24 | exit | stdlib.h | void | int | ||||||
| 25 | fcntl | fcntl.h | int | int | int | ... | ||||
| 26 | fs_fdopen | nuttx/fs/fs.h | CONFIG_NFILE_STREAMS > 0 | FAR struct file_struct* | int | int | FAR struct tcb_s* | |||
| 27 | fs_ioctl | nuttx/fs/fs.h | defined(CONFIG_LIBC_IOCTL_VARIADIC) | int | int | int | unsigned long | |||
| 28 | fstat | sys/stat.h | int | int | FAR struct stat* | |||||
| 29 | fstatfs | sys/statfs.h | int | int | FAR struct statfs* | |||||
| 30 | fsync | unistd.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | int | |||||
| 31 | ftruncate | unistd.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | int | off_t | ||||
| 32 | get_errno | errno.h | !defined(__DIRECT_ERRNO_ACCESS) | int | ||||||
| 33 | get_errno_ptr | errno.h | defined(__DIRECT_ERRNO_ACCESS) | FAR int* | ||||||
| 34 | getenv | stdlib.h | !defined(CONFIG_DISABLE_ENVIRON) | FAR char* | FAR const char* | |||||
| 35 | getgid | unistd.h | defined(CONFIG_SCHED_USER_IDENTITY) | gid_t | ||||||
| 36 | getpeername | sys/socket.h | defined(CONFIG_NET) | int | int | FAR struct sockaddr * | FAR socklen_t * | |||
| 37 | getpid | unistd.h | pid_t | |||||||
| 38 | getrandom | sys/random.h | defined(CONFIG_CRYPTO_RANDOM_POOL) | void | FAR void* | size_t | ||||
| 39 | getsockname | sys/socket.h | defined(CONFIG_NET) | int | int | FAR struct sockaddr * | FAR socklen_t * | |||
| 40 | getsockopt | sys/socket.h | defined(CONFIG_NET) | int | int | int | int | FAR void* | FAR socklen_t* | |
| 41 | getuid | unistd.h | defined(CONFIG_SCHED_USER_IDENTITY) | uid_t | ||||||
| 42 | if_indextoname | net/if.h | defined(CONFIG_NETDEV_IFINDEX) | FAR char * | unsigned int | FAR char * | ||||
| 43 | if_nametoindex | net/if.h | defined(CONFIG_NETDEV_IFINDEX) | unsigned int | FAR const char * | |||||
| 44 | insmod | nuttx/module.h | defined(CONFIG_MODULE) | FAR void * | FAR const char * | FAR const char * | ||||
| 45 | ioctl | sys/ioctl.h | !defined(CONFIG_LIBC_IOCTL_VARIADIC) | int | int | int | unsigned long | |||
| 46 | kill | signal.h | int | pid_t | int | |||||
| 47 | link | unistd.h | defined(CONFIG_PSEUDOFS_SOFTLINKS) | int | FAR const char * | FAR const char * | ||||
| 48 | listen | sys/socket.h | defined(CONFIG_NET) | int | int | int | ||||
| 49 | lseek | unistd.h | off_t | int | off_t | int | ||||
| 50 | mkdir | sys/stat.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | FAR const char* | mode_t | ||||
| 51 | mkfifo2 | nuttx/drivers/drivers.h | defined(CONFIG_PIPES) && CONFIG_DEV_FIFO_SIZE > 0 | int | FAR const char* | mode_t | size_t | |||
| 52 | mmap | sys/mman.h | FAR void* | FAR void* | size_t | int | int | int | off_t | |
| 53 | munmap | sys/mman.h | defined(CONFIG_FS_RAMMAP) | int | FAR void * | size_t | ||||
| 54 | modhandle | nuttx/module.h | defined(CONFIG_MODULE) | FAR void * | FAR const char * | |||||
| 55 | mount | sys/mount.h | !defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_READABLE) | int | const char* | const char* | const char* | unsigned long | const void* | |
| 56 | mq_close | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | mqd_t | |||||
| 57 | mq_getattr | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | mqd_t | struct mq_attr * | ||||
| 58 | mq_notify | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | mqd_t | const struct sigevent* | ||||
| 59 | mq_open | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | mqd_t | const char* | int | ... | |||
| 60 | mq_receive | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | ssize_t | mqd_t | char* | size_t | FAR unsigned int* | ||
| 61 | mq_send | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | mqd_t | const char* | size_t | unsigned int | ||
| 62 | mq_setattr | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | mqd_t | const struct mq_attr * | struct mq_attr * | |||
| 63 | mq_timedreceive | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | ssize_t | mqd_t | char* | size_t | FAR unsigned int* | const struct timespec* | |
| 64 | mq_timedsend | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | mqd_t | const char* | size_t | unsigned int | const struct timespec* | |
| 65 | mq_unlink | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | const char* | |||||
| 66 | nx_task_spawn | nuttx/spawn.h | defined(CONFIG_BUILD_PROTECTED) | int | FAR const struct spawn_syscall_parms_s * | |||||
| 67 | nx_vsyslog | nuttx/syslog/syslog.h | int | int | FAR const IPTR char* | FAR va_list* | ||||
| 68 | on_exit | stdlib.h | defined(CONFIG_SCHED_ONEXIT) | int | CODE void (*)(int, FAR void *) | FAR void * | ||||
| 69 | open | fcntl.h | int | const char* | int | ... | ||||
| 70 | opendir | dirent.h | FAR DIR* | FAR const char* | ||||||
| 71 | pgalloc | nuttx/arch.h | defined(CONFIG_BUILD_KERNEL) | uintptr_t | uintptr_t | unsigned int | ||||
| 72 | pipe2 | nuttx/drivers/drivers.h | defined(CONFIG_PIPES) && CONFIG_DEV_PIPE_SIZE > 0 | int | int [2]|int* | size_t | ||||
| 73 | poll | poll.h | int | FAR struct pollfd* | nfds_t | int | ||||
| 74 | ppoll | poll.h | int | FAR struct pollfd* | nfds_t | FAR const struct timespec * | FAR const sigset_t * | |||
| 75 | prctl | sys/prctl.h | CONFIG_TASK_NAME_SIZE > 0 | int | int | ... | ||||
| 76 | pread | unistd.h | ssize_t | int | FAR void* | size_t | off_t | |||
| 77 | pselect | sys/select.h | int | int | FAR fd_set* | FAR fd_set* | FAR fd_set* | FAR const struct timespec * | FAR const sigset_t * | |
| 78 | pwrite | unistd.h | ssize_t | int | FAR const void* | size_t | off_t | |||
| 79 | posix_spawnp | spawn.h | !defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS) && defined(CONFIG_LIB_ENVPATH) | int | FAR pid_t * | FAR const char * | FAR const posix_spawn_file_actions_t * | FAR const posix_spawnattr_t * | FAR char *const []|FAR char *const * | FAR char *const []|FAR char *const * |
| 80 | posix_spawn | spawn.h | !defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS) && !defined(CONFIG_LIB_ENVPATH) | int | FAR pid_t * | FAR const char * | FAR const posix_spawn_file_actions_t * | FAR const posix_spawnattr_t * | FAR char *const []|FAR char *const * | FAR char *const []|FAR char *const * |
| 81 | pthread_cancel | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t | |||||
| 82 | pthread_cleanup_pop | pthread.h | defined(CONFIG_PTHREAD_CLEANUP) | void | int | |||||
| 83 | pthread_cleanup_push | pthread.h | defined(CONFIG_PTHREAD_CLEANUP) | void | pthread_cleanup_t | FAR void* | ||||
| 84 | pthread_cond_broadcast | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_cond_t* | |||||
| 85 | pthread_cond_signal | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_cond_t* | |||||
| 86 | pthread_cond_timedwait | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_cond_t* | FAR pthread_mutex_t* | FAR const struct timespec* | |||
| 87 | pthread_cond_wait | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_cond_t* | FAR pthread_mutex_t* | ||||
| 88 | pthread_create | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_t* | FAR const pthread_attr_t* | pthread_startroutine_t | pthread_addr_t | ||
| 89 | pthread_detach | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t | |||||
| 90 | pthread_exit | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | void | pthread_addr_t | |||||
| 91 | pthread_get_stackaddr_np | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | void* | pthread_t | |||||
| 92 | pthread_get_stacksize_np | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | ssize_t | pthread_t | |||||
| 93 | pthread_getaffinity_np | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_SMP) | int | pthread_t | size_t | FAR cpu_set_t* | |||
| 94 | pthread_getschedparam | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t | FAR int* | FAR struct sched_param* | |||
| 95 | pthread_getspecific | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | FAR void* | pthread_key_t | |||||
| 96 | pthread_join | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t | FAR pthread_addr_t* | ||||
| 97 | pthread_key_create | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_key_t* | CODE void (*)(FAR void*) | ||||
| 98 | pthread_key_delete | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_key_t | |||||
| 99 | pthread_kill | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t | int | ||||
| 100 | pthread_mutex_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutex_t* | |||||
| 101 | pthread_mutex_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutex_t* | FAR const pthread_mutexattr_t* | ||||
| 102 | pthread_mutex_timedlock | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutex_t* | FAR const struct timespec* | ||||
| 103 | pthread_mutex_trylock | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutex_t* | |||||
| 104 | pthread_mutex_unlock | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutex_t* | |||||
| 105 | pthread_mutex_consistent | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) && !defined(CONFIG_PTHREAD_MUTEX_UNSAFE) | int | FAR pthread_mutex_t* | |||||
| 106 | pthread_setaffinity_np | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_SMP) | int | pthread_t | size_t | FAR const cpu_set_t* | |||
| 107 | pthread_setschedparam | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t | int | FAR const struct sched_param* | |||
| 108 | pthread_setschedprio | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t | int | ||||
| 109 | pthread_setspecific | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_key_t | FAR const void* | ||||
| 110 | pthread_sigmask | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | int | FAR const sigset_t* | FAR sigset_t* | |||
| 111 | putenv | stdlib.h | !defined(CONFIG_DISABLE_ENVIRON) | int | FAR const char* | |||||
| 112 | read | unistd.h | ssize_t | int | FAR void* | size_t | ||||
| 113 | readdir | dirent.h | FAR struct dirent* | FAR DIR* | ||||||
| 114 | readlink | unistd.h | defined(CONFIG_PSEUDOFS_SOFTLINKS) | ssize_t | FAR const char * | FAR char * | size_t | |||
| 115 | recv | sys/socket.h | defined(CONFIG_NET) | ssize_t | int | FAR void* | size_t | int | ||
| 116 | recvfrom | sys/socket.h | defined(CONFIG_NET) | ssize_t | int | FAR void* | size_t | int | FAR struct sockaddr* | FAR socklen_t* |
| 117 | rename | stdio.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | FAR const char* | FAR const char* | ||||
| 118 | rewinddir | dirent.h | void | FAR DIR* | ||||||
| 119 | rmdir | unistd.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | FAR const char* | |||||
| 120 | rmmod | nuttx/module.h | defined(CONFIG_MODULE) | int | FAR void * | |||||
| 121 | sched_getparam | sched.h | int | pid_t | struct sched_param* | |||||
| 122 | sched_getscheduler | sched.h | int | pid_t | ||||||
| 123 | sched_getstreams | nuttx/sched.h | CONFIG_NFILE_STREAMS > 0 | FAR struct streamlist* | ||||||
| 124 | sched_lock | sched.h | int | |||||||
| 125 | sched_lockcount | sched.h | int32_t | |||||||
| 126 | sched_rr_get_interval | sched.h | int | pid_t | struct timespec* | |||||
| 127 | sched_setparam | sched.h | int | pid_t | const struct sched_param* | |||||
| 128 | sched_setscheduler | sched.h | int | pid_t | int | const struct sched_param* | ||||
| 129 | sched_unlock | sched.h | int | |||||||
| 130 | sched_yield | sched.h | int | |||||||
| 131 | seekdir | dirent.h | void | FAR DIR* | off_t | |||||
| 132 | select | sys/select.h | int | int | FAR fd_set* | FAR fd_set* | FAR fd_set* | FAR struct timeval* | ||
| 133 | sem_close | semaphore.h | defined(CONFIG_FS_NAMED_SEMAPHORES) | int | FAR sem_t* | |||||
| 134 | sem_destroy | semaphore.h | int | FAR sem_t* | ||||||
| 135 | sem_open | semaphore.h | defined(CONFIG_FS_NAMED_SEMAPHORES) | FAR sem_t* | FAR const char* | int | ... | |||
| 136 | sem_post | semaphore.h | int | FAR sem_t* | ||||||
| 137 | sem_setprotocol | nuttx/semaphore.h | defined(CONFIG_PRIORITY_INHERITANCE) | int | FAR sem_t* | int | ||||
| 138 | sem_timedwait | semaphore.h | int | FAR sem_t* | FAR const struct timespec * | |||||
| 139 | sem_trywait | semaphore.h | int | FAR sem_t* | ||||||
| 140 | sem_unlink | semaphore.h | defined(CONFIG_FS_NAMED_SEMAPHORES) | int | FAR const char* | |||||
| 141 | sem_wait | semaphore.h | int | FAR sem_t* | ||||||
| 142 | send | sys/socket.h | defined(CONFIG_NET) | ssize_t | int | FAR const void* | size_t | int | ||
| 143 | sendfile | sys/sendfile.h | defined(CONFIG_NET_SENDFILE) | ssize_t | int | int | FAR off_t* | size_t | ||
| 144 | sendto | sys/socket.h | defined(CONFIG_NET) | ssize_t | int | FAR const void* | size_t | int | FAR const struct sockaddr* | socklen_t |
| 145 | set_errno | errno.h | !defined(__DIRECT_ERRNO_ACCESS) | void | int | |||||
| 146 | setenv | stdlib.h | !defined(CONFIG_DISABLE_ENVIRON) | int | FAR const char* | FAR const char* | int | |||
| 147 | setgid | unistd.h | defined(CONFIG_SCHED_USER_IDENTITY) | int | gid_t | |||||
| 148 | sethostname | unistd.h | defined(CONFIG_LIBC_NETDB) | int | FAR const char* | size_t | ||||
| 149 | setsockopt | sys/socket.h | defined(CONFIG_NET) | int | int | int | int | FAR const void* | socklen_t | |
| 150 | setuid | unistd.h | defined(CONFIG_SCHED_USER_IDENTITY) | int | uid_t | |||||
| 151 | shmat | sys/shm.h | defined(CONFIG_MM_SHM) | FAR void * | int | FAR const void * | int | |||
| 152 | shmctl | sys/shm.h | defined(CONFIG_MM_SHM) | int | int | int | FAR struct shmid_ds * | |||
| 153 | shmdt | sys/shm.h | defined(CONFIG_MM_SHM) | int | FAR const void * | |||||
| 154 | shmget | sys/shm.h | defined(CONFIG_MM_SHM) | int | key_t | size_t | int | |||
| 155 | sigaction | signal.h | int | int | FAR const struct sigaction* | FAR struct sigaction* | ||||
| 156 | sigpending | signal.h | int | FAR sigset_t* | ||||||
| 157 | sigprocmask | signal.h | int | int | FAR const sigset_t* | FAR sigset_t* | ||||
| 158 | sigqueue | signal.h | int | int | int | union sigval|FAR void *|sival_ptr | ||||
| 159 | sigsuspend | signal.h | int | FAR const sigset_t* | ||||||
| 160 | sigtimedwait | signal.h | int | FAR const sigset_t* | FAR struct siginfo* | FAR const struct timespec* | ||||
| 161 | sigwaitinfo | signal.h | int | FAR const sigset_t* | FAR struct siginfo* | |||||
| 162 | socket | sys/socket.h | defined(CONFIG_NET) | int | int | int | int | |||
| 163 | stat | sys/stat.h | int | const char* | FAR struct stat* | |||||
| 164 | statfs | sys/statfs.h | int | FAR const char* | FAR struct statfs* | |||||
| 165 | task_create | sched.h | !defined(CONFIG_BUILD_KERNEL) | int | FAR const char* | int | int | main_t | FAR char * const []|FAR char * const * | |
| 166 | task_delete | sched.h | int | pid_t | ||||||
| 167 | task_restart | sched.h | int | pid_t | ||||||
| 168 | task_setcancelstate | sched.h | int | int | FAR int* | |||||
| 169 | task_setcanceltype | sched.h | defined(CONFIG_CANCELLATION_POINTS) | int | int | FAR int* | ||||
| 170 | task_testcancel | pthread.h | defined(CONFIG_CANCELLATION_POINTS) | void | ||||||
| 171 | tcdrain | termios.h | defined(CONFIG_SERIAL_TERMIOS) | int | int | |||||
| 172 | telldir | dirent.h | off_t | FAR DIR* | ||||||
| 173 | timer_create | time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | clockid_t | FAR struct sigevent* | FAR timer_t* | |||
| 174 | timer_delete | time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | timer_t | |||||
| 175 | timer_getoverrun | time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | timer_t | |||||
| 176 | timer_gettime | time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | timer_t | FAR struct itimerspec* | ||||
| 177 | timer_settime | time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | timer_t | int | FAR const struct itimerspec* | FAR struct itimerspec* | ||
| 178 | umount2 | sys/mount.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | FAR const char* | unsigned int | ||||
| 179 | uname | sys/utsname.h | int | FAR struct utsname* | ||||||
| 180 | unlink | unistd.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | FAR const char* | |||||
| 181 | unsetenv | stdlib.h | !defined(CONFIG_DISABLE_ENVIRON) | int | const char* | |||||
| 182 | up_assert | assert.h | void | FAR const uint8_t* | int | |||||
| 183 | vfork | unistd.h | defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_ARCH_HAVE_VFORK) | pid_t | ||||||
| 184 | wait | sys/wait.h | defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT) | pid_t | int* | |||||
| 185 | waitid | sys/wait.h | defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT) | int | idtype_t | id_t | FAR siginfo_t * | int | ||
| 186 | waitpid | sys/wait.h | defined(CONFIG_SCHED_WAITPID) | pid_t | pid_t | int* | int | |||
| 187 | write | unistd.h | ssize_t | int | FAR const void* | size_t |