9
0
Fork 0
nuttx-bb/nuttx/syscall/syscall.csv

13 KiB

1_exitunistd.hvoidint
2atexitstdlib.hdefined(CONFIG_SCHED_ATEXIT)intvoid (*)(void)
3closeunistd.hCONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0intint
4closedirdirent.hCONFIG_NFILE_DESCRIPTORS > 0intFAR DIR*
5dupunistd.hCONFIG_NFILE_DESCRIPTORS > 0intint
6exitstdlib.hvoidint
7fsyncunistd.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intint
8getenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)FAR char*FAR const char*
9mq_closemqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_t
10mq_unlinkmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intconst char*
11opendirdirent.hCONFIG_NFILE_DESCRIPTORS > 0FAR DIR*FAR const char*
12pipeunistd.hCONFIG_NFILE_DESCRIPTORS > 0intint [2]|int*
13pthread_barrier_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrier_t*
14pthread_barrier_waitpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrier_t*
15pthread_cancelpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_t
16pthread_cond_broadcastpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*
17pthread_cond_destroypthread.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_exitpthread.h!defined(CONFIG_DISABLE_PTHREAD)voidpthread_addr_t
21pthread_getspecificpthread.h!defined(CONFIG_DISABLE_PTHREAD)FAR void*pthread_key_t
22pthread_key_deletepthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_key_t
23pthread_mutex_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
24pthread_mutex_lockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
25pthread_mutex_trylockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
26pthread_mutex_unlockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
27putenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intFAR const char*
28readdirdirent.hCONFIG_NFILE_DESCRIPTORS > 0FAR struct dirent*FAR DIR*
29rewinddirdirent.hCONFIG_NFILE_DESCRIPTORS > 0voidFAR DIR*
30rmdirunistd.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*
31sched_getschedulersched.hintpid_t
32sem_closesemaphore.hintFAR sem_t*
33sem_destroysemaphore.hintFAR sem_t*
34sem_postsemaphore.hintFAR sem_t*
35sem_trywaitsemaphore.hintFAR sem_t*
36sem_unlinksemaphore.hintFAR const char*
37sem_waitsemaphore.hintFAR sem_t*
38set_errnoerrno.hvoidint
39sigpendingsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR sigset_t*
40sigsuspendsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR const sigset_t*
41sleepunistd.h!defined(CONFIG_DISABLE_SIGNALS)unsigned intunsigned int
42task_deletesched.hintpid_t
43task_restartsched.hintpid_t
44telldirdirent.hCONFIG_NFILE_DESCRIPTORS > 0off_tFAR DIR*
45timer_deletetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
46timer_getoverruntime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
47umountsys/mount.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intconst char*
48unlinkunistd.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*
49unsetenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intconst char*
50usleepunistd.h!defined(CONFIG_DISABLE_SIGNALS)intuseconds_t