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

14 KiB

1_exitunistd.hvoidint
2atexitstdlib.hdefined(CONFIG_SCHED_ATEXT)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_get_priority_maxsched.hintint
32sched_get_priority_minsched.hintint
33sched_getschedulersched.hintpid_t
34sched_note_startsched.hvoidFAR _TCB*
35sched_note_stopsched.hvoidFAR _TCB*
36sem_closesemaphore.hintFAR sem_t*
37sem_destroysemaphore.hintFAR sem_t*
38sem_postsemaphore.hintFAR sem_t*
39sem_trywaitsemaphore.hintFAR sem_t*
40sem_unlinksemaphore.hintFAR const char*
41sem_waitsemaphore.hintFAR sem_t*
42sigemptysetsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR sigset_t*
43sigfillsetsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR sigset_t*
44sigpendingsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR sigset_t*
45sigsuspendsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR const sigset_t*
46sleepunistd.h!defined(CONFIG_DISABLE_SIGNALS)unsigned intunsigned int
47task_activatesched.hintFAR _TCB*
48task_deletesched.hintpid_t
49task_restartsched.hintpid_t
50telldirdirent.hCONFIG_NFILE_DESCRIPTORS > 0off_tFAR DIR*
51timer_deletetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
52timer_getoverruntime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
53umountsys/mount.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intconst char*
54unlinkunistd.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*
55unsetenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intconst char*
56usleepunistd.h!defined(CONFIG_DISABLE_SIGNALS)voiduseconds_t