mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 00:52:11 +08:00
sched/backtrace: add sched_backtrace support
Change-Id: Ia764cf54dfa215b313f9d5f1a060aac18d765982 Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -134,6 +134,7 @@
|
||||
"sched_setscheduler","sched.h","","int","pid_t","int","const struct sched_param *"
|
||||
"sched_unlock","sched.h","","int"
|
||||
"sched_yield","sched.h","","int"
|
||||
"sched_backtrace","sched.h","defined(CONFIG_SCHED_BACKTRACE)","int","pid_t","FAR void **","int"
|
||||
"seekdir","dirent.h","","void","FAR DIR *","off_t"
|
||||
"select","sys/select.h","","int","int","FAR fd_set *","FAR fd_set *","FAR fd_set *","FAR struct timeval *"
|
||||
"sem_clockwait","semaphore.h","","int","FAR sem_t *","clockid_t","FAR const struct timespec *"
|
||||
|
||||
|
Reference in New Issue
Block a user