Searched refs:_MD_MINIMUM_STACK_SIZE (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_hpux.h59 #define _MD_MINIMUM_STACK_SIZE (2*65536L) macro
H A D_nto.h52 #define _MD_MINIMUM_STACK_SIZE 131072L macro
H A D_aix.h64 #define _MD_MINIMUM_STACK_SIZE (2*65536L) macro
H A D_openvms.h62 #define _MD_MINIMUM_STACK_SIZE 131072L macro
H A D_macos.h249 #define _MD_MINIMUM_STACK_SIZE (58 * 1024) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c405 #ifdef _MD_MINIMUM_STACK_SIZE
406 if (stackSize < _MD_MINIMUM_STACK_SIZE) stackSize = _MD_MINIMUM_STACK_SIZE;
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h635 #ifndef _MD_MINIMUM_STACK_SIZE
636 #define _MD_MINIMUM_STACK_SIZE 0 macro
644 if (stackSize < _MD_MINIMUM_STACK_SIZE) \
645 stackSize = _MD_MINIMUM_STACK_SIZE; \

Completed in 62 milliseconds