18 KiB
18 KiB
| 1 | _exit | unistd.h | noreturn | int | |
|---|---|---|---|---|---|
| 2 | aio_read | aio.h | defined(CONFIG_FS_AIO) | int | FAR struct aiocb * |
| 3 | aio_write | aio.h | defined(CONFIG_FS_AIO) | int | FAR struct aiocb * |
| 4 | close | unistd.h | int | int | |
| 5 | dup | unistd.h | int | int | |
| 6 | epoll_close | sys/epoll.h | void | int | |
| 7 | epoll_create | sys/epoll.h | int | int | |
| 8 | epoll_create1 | sys/epoll.h | int | int | |
| 9 | fsync | unistd.h | int | int | |
| 10 | inotify_init1 | sys/inotify.h | defined(CONFIG_FS_NOTIFY) | int | int |
| 11 | modhandle | nuttx/module.h | defined(CONFIG_MODULE) | FAR void * | FAR const char * |
| 12 | mq_close | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | mqd_t |
| 13 | mq_unlink | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | FAR const char * |
| 14 | nx_pthread_exit | nuttx/pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | noreturn | pthread_addr_t |
| 15 | nx_setlogmask | nuttx/syslog/syslog.h | int | int | |
| 16 | nxsem_close | nuttx/semaphore.h | defined(CONFIG_FS_NAMED_SEMAPHORES) | int | FAR sem_t * |
| 17 | nxsem_destroy | nuttx/semaphore.h | int | FAR sem_t * | |
| 18 | nxsem_post_slow | nuttx/semaphore.h | int | FAR sem_t * | |
| 19 | nxsem_trywait_slow | nuttx/semaphore.h | int | FAR sem_t * | |
| 20 | nxsem_unlink | nuttx/semaphore.h | defined(CONFIG_FS_NAMED_SEMAPHORES) | int | FAR const char * |
| 21 | nxsem_wait_slow | nuttx/semaphore.h | int | FAR sem_t * | |
| 22 | pthread_cancel | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t |
| 23 | pthread_detach | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t |
| 24 | rmdir | unistd.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | FAR const char* |
| 25 | rmmod | nuttx/module.h | defined(CONFIG_MODULE) | int | FAR void * |
| 26 | sched_getscheduler | sched.h | int | pid_t | |
| 27 | setegid | unistd.h | defined(CONFIG_SCHED_USER_IDENTITY) | int | gid_t |
| 28 | seteuid | unistd.h | defined(CONFIG_SCHED_USER_IDENTITY) | int | uid_t |
| 29 | setgid | unistd.h | defined(CONFIG_SCHED_USER_IDENTITY) | int | gid_t |
| 30 | setuid | unistd.h | defined(CONFIG_SCHED_USER_IDENTITY) | int | uid_t |
| 31 | shm_unlink | sys/mman.h | defined(CONFIG_FS_SHMFS) | int | FAR const char * |
| 32 | shmdt | sys/shm.h | defined(CONFIG_MM_SHM) | int | FAR const void * |
| 33 | sigpending | signal.h | !defined(CONFIG_DISABLE_SIGNALS) | int | FAR sigset_t * |
| 34 | sigsuspend | signal.h | int | FAR const sigset_t * | |
| 35 | sysinfo | sys/sysinfo.h | int | FAR struct sysinfo * | |
| 36 | task_delete | sched.h | !defined(CONFIG_BUILD_KERNEL) | int | pid_t |
| 37 | task_restart | sched.h | !defined(CONFIG_BUILD_KERNEL) | int | pid_t |
| 38 | timer_delete | time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | timer_t |
| 39 | timer_getoverrun | time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | timer_t |
| 40 | unlink | unistd.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | FAR const char * |
| 41 | wait | sys/wait.h | defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT) | pid_t | FAR int * |