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