reorganize thread exit code, make pthread_exit call cancellation handlers (pt2)

This commit is contained in:
Rich Felker
2011-02-13 19:58:30 -05:00
parent 50e26f09eb
commit 1a9a2ff7b0
3 changed files with 53 additions and 23 deletions

View File

@ -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... */