nuttx/sched
chao.an 3fbdc213b7 syscall/prctl: fix PR_SET_NAME failure if without <pid> arg
add PR_SET_NAME_EXT/PR_GET_NAME_EXT extension to avoid semantic
conflicts, use extened version for pthread_setname_np/pthread_getname_np

Change-Id: I40404c737977a623130dcd37feb4061b5526e466
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-07-01 21:52:18 -05:00
..
clock Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
environ global change: repace sched_xfree() to kxmm_free() 2020-04-09 10:29:28 -06:00
group sched/group: Change group_kill_children's argument from task_tcb_s to tcb_s 2020-06-15 07:09:51 -06:00
init sched: Avoid call up_initial_state for idle thread twice 2020-06-16 17:05:05 -06:00
irq Add syscall and irqhandler hooks in sched_note.h 2020-06-16 14:04:53 -03:00
module modsym: Fix a printf format for berr 2020-04-13 16:20:09 +01:00
mqueue include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
paging Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
pthread sched/pthread/pthread_cleanup.c: Exclude kernel threads. 2020-06-17 13:18:30 -03:00
sched nxsched_release_tcb: Should release stack in kernel build too 2020-06-29 17:07:50 -06:00
semaphore sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
signal sched: Consolidate the cancellation notification logic 2020-06-15 21:21:14 +01:00
task syscall/prctl: fix PR_SET_NAME failure if without <pid> arg 2020-07-01 21:52:18 -05:00
timer Update timer_gettime.c 2020-04-24 19:49:29 +08:00
wdog Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
wqueue sched/: Make more naming consistent 2020-05-16 13:39:03 -03:00
Kconfig sched/sched/sched_note.c: Implement interrupt/syscall support 2020-06-16 20:42:22 +01:00
Makefile build: Replace -I with INCDIR 2020-05-24 20:20:12 +01:00