incubator-nuttx/syscall/syscall.csv

17 KiB

1_exitunistd.hnoreturnint
2aio_readaio.hdefined(CONFIG_FS_AIO)intFAR struct aiocb *
3aio_writeaio.hdefined(CONFIG_FS_AIO)intFAR struct aiocb *
4atexitstdlib.hdefined(CONFIG_SCHED_ATEXIT)intvoid (*)(void)
5closeunistd.hintint
6closedirdirent.hintFAR DIR *
7dupunistd.hintint
8exitstdlib.hnoreturnint
9fsyncunistd.h!defined(CONFIG_DISABLE_MOUNTPOINT)intint
10getenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)FAR char *FAR const char *
11modhandlenuttx/module.hdefined(CONFIG_MODULE)FAR void *FAR const char *
12mq_closemqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_t
13mq_unlinkmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intFAR const char *
14nx_pthread_exitnuttx/pthread.h!defined(CONFIG_DISABLE_PTHREAD)noreturnpthread_addr_t
15opendirdirent.hFAR DIR *FAR const char *
16pthread_cancelpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_t
17pthread_cond_broadcastpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t *
18pthread_cond_signalpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t *
19pthread_detachpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_t
20pthread_mutex_consistentpthread.h!defined(CONFIG_DISABLE_PTHREAD) && !defined(CONFIG_PTHREAD_MUTEX_UNSAFE)intFAR pthread_mutex_t *
21pthread_mutex_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t *
22pthread_mutex_trylockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t *
23pthread_mutex_unlockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t *
24putenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intFAR const char *
25readdirdirent.hFAR struct dirent *FAR DIR *
26rewinddirdirent.hvoidFAR DIR *
27rmdirunistd.h!defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*
28rmmodnuttx/module.hdefined(CONFIG_MODULE)intFAR void *
29sched_getschedulersched.hintpid_t
30sem_closesemaphore.hdefined(CONFIG_FS_NAMED_SEMAPHORES)intFAR sem_t *
31sem_destroysemaphore.hintFAR sem_t *
32sem_postsemaphore.hintFAR sem_t *
33sem_trywaitsemaphore.hintFAR sem_t *
34sem_unlinksemaphore.hdefined(CONFIG_FS_NAMED_SEMAPHORES)intFAR const char *
35sem_waitsemaphore.hintFAR sem_t *
36setgidunistd.hdefined(CONFIG_SCHED_USER_IDENTITY)intgid_t
37setuidunistd.hdefined(CONFIG_SCHED_USER_IDENTITY)intuid_t
38shmdtsys/shm.hdefined(CONFIG_MM_SHM)intFAR const void *
39sigpendingsignal.hintFAR sigset_t *
40sigsuspendsignal.hintFAR const sigset_t *
41sysinfosys/sysinfo.hintFAR struct sysinfo *
42task_deletesched.hintpid_t
43task_restartsched.hintpid_t
44task_tls_allocnuttx/tls.hCONFIG_TLS_TASK_NELEM > 0intuintptr_t
45telldirdirent.hoff_tFAR DIR *
46timer_deletetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
47timer_getoverruntime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
48unlinkunistd.h!defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char *
49unsetenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intFAR const char *
50waitsys/wait.hdefined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT)pid_tFAR int *