mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
syscall/csv: add nxsem_tickwait() to userspace
mutex_tickwait() depends on this API Signed-off-by: chao an <anchao.archer@bytedance.com>
This commit is contained in:
parent
0d6de4c0a7
commit
58ed9934c2
2 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,7 @@
|
|||
"nx_pthread_exit","nuttx/pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","noreturn","pthread_addr_t"
|
||||
"nx_vsyslog","nuttx/syslog/syslog.h","","int","int","FAR const IPTR char *","FAR va_list *"
|
||||
"nxsched_get_stackinfo","nuttx/sched.h","","int","pid_t","FAR struct stackinfo_s *"
|
||||
"nxsem_tickwait","nuttx/semaphore.h","","int","FAR sem_t *","uint32_t"
|
||||
"nxsem_clockwait","nuttx/semaphore.h","","int","FAR sem_t *","clockid_t","FAR const struct timespec *"
|
||||
"nxsem_close","nuttx/semaphore.h","defined(CONFIG_FS_NAMED_SEMAPHORES)","int","FAR sem_t *"
|
||||
"nxsem_destroy","nuttx/semaphore.h","","int","FAR sem_t *"
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 2.
|
Loading…
Add table
Add a link
Reference in a new issue