Searched defs:stackSize (Results 1 - 25 of 37) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dprustack.c75 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 Dbsdi.c114 PRUint32 stackSize)
108 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Ddarwin.c102 PRUint32 stackSize)
96 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Ddgux.c105 PRUint32 stackSize)
99 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dfreebsd.c114 PRUint32 stackSize)
108 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dlinux.c118 PRUint32 stackSize)
112 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dnec.c96 PRUint32 stackSize)
90 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dnetbsd.c116 PRUint32 stackSize)
110 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dopenbsd.c116 PRUint32 stackSize)
110 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dosf1.c102 PRUint32 stackSize)
96 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dqnx.c98 PRUint32 stackSize)
92 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRUintn priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dsony.c104 PRUint32 stackSize)
98 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dsunos4.c50 PRUint32 stackSize)
45 _MD_CREATE_THREAD(PRThread *thread, void (*start)(void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dreliantunix.c126 PRUint32 stackSize)
120 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRUintn priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Drhapsody.c102 PRUint32 stackSize)
96 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dscoos.c178 PRUint32 stackSize)
172 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dhpux.c187 PRUint32 stackSize)
181 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dncr.c179 PRUint32 stackSize)
173 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRUintn priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dnextstep.c278 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 Dw95thred.c126 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 Dprcthr.c376 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 Dbtthread.c292 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 Drcthread.cpp70 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 Dos2thred.c221 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 DnsThread.cpp261 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

Completed in 99 milliseconds

12