sched/backtrace: add sched_backtrace support

Change-Id: Ia764cf54dfa215b313f9d5f1a060aac18d765982
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an
2021-07-30 12:15:43 +08:00
committed by anchao
parent db06f769ff
commit 7f192ca255
9 changed files with 133 additions and 20 deletions
+1
View File
@@ -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 *"
1 _exit unistd.h noreturn int
134 sched_setscheduler sched.h int pid_t
135 sched_unlock sched.h int
136 sched_yield sched.h int
137 sched_backtrace sched.h defined(CONFIG_SCHED_BACKTRACE) int pid_t
138 seekdir dirent.h void FAR DIR *
139 select sys/select.h int int
140 sem_clockwait semaphore.h int FAR sem_t *