/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/ |
H A D | prustack.c | 75 PRThreadStack *_PR_NewStack(PRUint32 stackSize) argument 120 if ((!(thr->no_sched)) && ((ts->allocSize - 2*REDZONE) >= stackSize)) { 123 ** stackSize to fit it. 125 stackSize = ts->allocSize - 2*REDZONE; 150 ts->allocSize = stackSize + 2*REDZONE; 161 ts->stackSize = stackSize; 165 ts->stackBottom = ts->stackTop + stackSize; 168 ts->stackTop = ts->stackBottom + stackSize; 175 ts->allocBase + REDZONE + stackSize [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | bsdi.c | 114 PRUint32 stackSize) 108 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | darwin.c | 102 PRUint32 stackSize) 96 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | dgux.c | 105 PRUint32 stackSize) 99 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | freebsd.c | 114 PRUint32 stackSize) 108 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | linux.c | 118 PRUint32 stackSize) 112 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | nec.c | 96 PRUint32 stackSize) 90 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | netbsd.c | 116 PRUint32 stackSize) 110 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | openbsd.c | 116 PRUint32 stackSize) 110 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | osf1.c | 102 PRUint32 stackSize) 96 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | qnx.c | 98 PRUint32 stackSize) 92 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRUintn priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | sony.c | 104 PRUint32 stackSize) 98 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | sunos4.c | 50 PRUint32 stackSize) 45 _MD_CREATE_THREAD(PRThread *thread, void (*start)(void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | reliantunix.c | 126 PRUint32 stackSize) 120 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRUintn priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | rhapsody.c | 102 PRUint32 stackSize) 96 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | scoos.c | 178 PRUint32 stackSize) 172 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | hpux.c | 187 PRUint32 stackSize) 181 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | ncr.c | 179 PRUint32 stackSize) 173 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRUintn priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | nextstep.c | 278 PRUint32 stackSize) 272 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w95thred.c | 126 PRUint32 stackSize) 132 thread->stack->stackSize, 121 _PR_MD_CREATE_THREAD(PRThread *thread, void (*start)(void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/ |
H A D | prcthr.c | 376 PRUint32 stackSize) 379 stackSize, _PR_GCABLE_THREAD); 389 PRUint32 stackSize) 392 stackSize, _PR_BOUND_THREAD); 370 PR_CreateThreadGCAble(PRThreadType type, void (*start)(void *arg), void *arg, PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument 383 PR_CreateThreadBound(PRThreadType type, void (*start)(void *arg), void *arg, PRUintn priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/ |
H A D | btthread.c | 292 PRThreadState state, PRUint32 stackSize) 290 PR_CreateThread(PRThreadType type, void (*start)(void* arg), void* arg, PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcthread.cpp | 70 RCThread::Scope scope, RCThread::State join, PRUint32 stackSize): 77 (PRThreadScope)scope, (PRThreadState)join, stackSize); 69 RCThread( RCThread::Scope scope, RCThread::State join, PRUint32 stackSize) argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2thred.c | 221 PRUint32 stackSize) 230 thread->stack->stackSize, 235 thread->stack->stackSize, 216 _PR_MD_CREATE_THREAD(PRThread *thread, void (*start)(void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | nsThread.cpp | 261 PRUint32 stackSize, 277 priority, scope, state, stackSize); 310 PRUint32 stackSize, 321 rv = thread->Init(runnable, stackSize, priority, scope, state); 333 PRUint32 stackSize, 260 Init(nsIRunnable* runnable, PRUint32 stackSize, PRThreadPriority priority, PRThreadScope scope, PRThreadState state) argument 308 NS_NewThread(nsIThread* *result, nsIRunnable* runnable, PRUint32 stackSize, PRThreadState state, PRThreadPriority priority, PRThreadScope scope) argument 332 NS_NewThread(nsIThread* *result, PRUint32 stackSize, PRThreadState state, PRThreadPriority priority, PRThreadScope scope) argument
|