Changeset 15995 in vbox for trunk/src/libs/xpcom18a4
- Timestamp:
- Jan 16, 2009 2:35:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptthread.c
r11598 r15995 398 398 #endif /* !VBOX_USE_IPRT_IN_NSPR */ 399 399 400 #ifndef VBOX_USE_IPRT_IN_NSPR 400 401 if (0 == stackSize) stackSize = (64 * 1024); /* default == 64K */ 402 #else 403 if (0 == stackSize) stackSize = (2 * 64 * 1024); /* default == 128K */ 404 #endif /* VBOX_USE_IPRT_IN_NSPR */ 401 405 #ifdef _MD_MINIMUM_STACK_SIZE 402 406 if (stackSize < _MD_MINIMUM_STACK_SIZE) stackSize = _MD_MINIMUM_STACK_SIZE;
Note:
See TracChangeset
for help on using the changeset viewer.