nuttx/sched
Xiang Xiao 97ed003842 pthread: Extend the up limit of PTHREAD_CLEANUP_STACKSIZE to 255
tos field is uint8_t, so it doesn't make sense to limit the max value to 32

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-07-20 08:11:30 +02:00
..
addrenv sched/addrenv.c: Implement re-entrancy for addrenv_select() 2023-04-25 14:33:19 +02:00
clock cmake/sched: fix build break based on mainline 2023-07-10 13:26:21 +08:00
environ build: add initial cmake build system 2023-07-08 13:50:48 +08:00
group cmake: fix CMake build break 2023-07-15 23:32:36 +08:00
init build: add initial cmake build system 2023-07-08 13:50:48 +08:00
irq build: add initial cmake build system 2023-07-08 13:50:48 +08:00
misc assert: check intstack_sp when print last stack in irq context 2023-07-14 21:36:11 +08:00
module libc/symtab: Don't include symtab.h in the header files 2023-07-10 23:03:17 +03:00
mqueue build: add initial cmake build system 2023-07-08 13:50:48 +08:00
paging build: add initial cmake build system 2023-07-08 13:50:48 +08:00
pthread build: add initial cmake build system 2023-07-08 13:50:48 +08:00
sched build: add initial cmake build system 2023-07-08 13:50:48 +08:00
semaphore build: add initial cmake build system 2023-07-08 13:50:48 +08:00
signal signal: SIGCONT can be caught 2023-07-12 21:27:06 +08:00
task cmake: fix build after c33d1c9c97 (vfork -> fork) 2023-07-12 09:47:54 -03:00
timer build: add initial cmake build system 2023-07-08 13:50:48 +08:00
tls build: add initial cmake build system 2023-07-08 13:50:48 +08:00
wdog build: add initial cmake build system 2023-07-08 13:50:48 +08:00
wqueue build: add initial cmake build system 2023-07-08 13:50:48 +08:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig pthread: Extend the up limit of PTHREAD_CLEANUP_STACKSIZE to 255 2023-07-20 08:11:30 +02:00
Makefile group/group_addrenv: Move address environment from group -> tcb 2023-02-08 02:51:23 +08:00