nuttx/sched
zhangyuan21 ff6ba02378 sched/pthread: return ESRCH when thread not found at pthread_detach
https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_detach.html

If an implementation detects that the value specified by the thread argument
to pthread_detach() does not refer to a joinable thread, it is recommended
that the function should fail and report an [EINVAL] error.

If an implementation detects use of a thread ID after the end of its lifetime,
it is recommended that the function should fail and report an [ESRCH] error.

Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
2023-05-12 01:06:23 +08:00
..
addrenv
clock
environ Replace all sprintf with snprintf 2023-05-08 09:57:01 +02:00
group
init sched: add the CPU bitset to initialize the non-exclusive CPU 2023-05-04 20:30:35 +08:00
irq
misc assert: show stacks with the sp from regs 2023-05-05 13:40:04 +08:00
module
mqueue sched: Fix nxstyle errors 2023-05-11 11:25:58 -03:00
paging
pthread sched/pthread: return ESRCH when thread not found at pthread_detach 2023-05-12 01:06:23 +08:00
sched sched/spawn: remove spawn proxy thread to simplify task/posix_spawn() 2023-04-27 17:35:58 +08:00
semaphore
signal sig_timewait:remove useless assert 2023-05-04 18:04:45 +03:00
task sched: Fix nxstyle errors 2023-05-11 11:25:58 -03:00
timer
tls
wdog
wqueue
Kconfig sched: add the CPU bitset to initialize the non-exclusive CPU 2023-05-04 20:30:35 +08:00
Makefile