Searched refs:stacksize (Results 1 - 10 of 10) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w16thred.c | 112 PRInt32 stacksize = 0; local 115 _PR_ADJUST_STACKSIZE( stacksize ); 116 stack = _PR_NewStack( stacksize );
|
H A D | ntthread.c | 417 PRUint32 stacksize, void (*start)(void *), void *arg) 428 thread->md.fiber_stacksize = stacksize; 416 _PR_MD_CREATE_USER_THREAD( PRUint32 stacksize, void (*start)(void *), void *arg) argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prtpool.h | 82 PRUint32 stacksize);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | sys.h | 221 * @param stacksize stack size in bytes for the new thread (may be ignored by ports) 223 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int prio);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prtpool.c | 105 PRUint32 stacksize; member in struct:PRThreadPool 287 PR_GLOBAL_THREAD,PR_JOINABLE_THREAD,tp->stacksize); 657 PRUint32 stacksize) 670 tp->stacksize = stacksize; 684 PR_GLOBAL_THREAD, PR_JOINABLE_THREAD,stacksize); 695 PR_GLOBAL_THREAD,PR_JOINABLE_THREAD,stacksize); 704 PR_GLOBAL_THREAD,PR_JOINABLE_THREAD,stacksize); 656 PR_CreateThreadPool(PRInt32 initial_threads, PRInt32 max_threads, PRUint32 stacksize) argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | thrpool_server.c | 553 PRInt32 stacksize = DEFAULT_STACKSIZE; local 588 tp = PR_CreateThreadPool(initial_threads, max_threads, stacksize);
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
H A D | marshal.c | 1002 int stacksize; local 1020 stacksize = (int)r_long(p); 1052 argcount, nlocals, stacksize, flags,
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/ |
H A D | sys_arch.c | 506 sys_thread_t sys_thread_new(const char*name, lwip_thread_fn thread, void *arg, int stacksize, int prio) argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | _beos.h | 476 NSPR_API(PRThread*) _MD_create_user_thread(PRUint32 stacksize, void (*start)(void *), void *arg);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/ |
H A D | primpl.h | 1012 PRUint32 stacksize,
|
Completed in 424 milliseconds