mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
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>
This commit is contained in:
committed by
Alin Jerpelea
parent
9da715db12
commit
97ed003842
+1
-1
@@ -755,7 +755,7 @@ endchoice # Default pthread mutex protocol
|
||||
config PTHREAD_CLEANUP_STACKSIZE
|
||||
int "pthread cleanup stack size"
|
||||
default 0
|
||||
range 0 32
|
||||
range 0 255
|
||||
---help---
|
||||
The maximum number of cleanup actions that may be pushed by
|
||||
pthread_cleanup_push().
|
||||
|
||||
Reference in New Issue
Block a user