Searched refs:stacksize (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16thred.c112 PRInt32 stacksize = 0; local
115 _PR_ADJUST_STACKSIZE( stacksize );
116 stack = _PR_NewStack( stacksize );
H A Dntthread.c417 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 Dprtpool.h82 PRUint32 stacksize);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsys.h221 * @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 Dprtpool.c105 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 Dthrpool_server.c553 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 Dmarshal.c1002 int stacksize; local
1020 stacksize = (int)r_long(p);
1052 argcount, nlocals, stacksize, flags,
/vbox/src/VBox/Devices/Network/lwip-new/vbox/
H A Dsys_arch.c506 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.h476 NSPR_API(PRThread*) _MD_create_user_thread(PRUint32 stacksize, void (*start)(void *), void *arg);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h1012 PRUint32 stacksize,

Completed in 424 milliseconds