mirror of
https://github.com/fluencelabs/musl
synced 2025-06-25 04:31:56 +00:00
reorganize thread exit code, make pthread_exit call cancellation handlers (pt2)
This commit is contained in:
@ -23,7 +23,8 @@
|
||||
/* Implementation choices... */
|
||||
|
||||
#define PTHREAD_KEYS_MAX 1024
|
||||
#define PTHREAD_STACK_MIN (2*PAGE_SIZE)
|
||||
#define PTHREAD_STACK_MIN PAGE_SIZE
|
||||
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
|
||||
|
||||
/* Arbitrary numbers... */
|
||||
|
||||
|
Reference in New Issue
Block a user