Lines Matching refs:PRThread
114 NSPR_API(PRThread*) PR_AttachThread(PRThreadType type,
135 NSPR_API(PRUint32) PR_GetThreadID(PRThread *thread);
142 typedef void (*PRThreadDumpProc)(PRFileDesc *fd, PRThread *t, void *arg);
144 PRThread* thread, PRThreadDumpProc dump, void *arg);
154 NSPR_API(PRInt32) PR_GetThreadAffinityMask(PRThread *thread, PRUint32 *mask);
161 NSPR_API(PRInt32) PR_SetThreadAffinityMask(PRThread *thread, PRUint32 mask );
195 NSPR_API(PRThread*) PR_CreateThreadGCAble(PRThreadType type,
207 NSPR_API(PRThread*) PR_AttachThreadGCAble(PRThreadType type,
237 NSPR_API(void *) PR_GetSP(PRThread *thread);
252 NSPR_API(PRWord *) PR_GetGCRegisters(PRThread *t, int isCurrent, int *np);
262 NSPR_API(void*) GetExecutionEnvironment(PRThread *thread);
263 NSPR_API(void) SetExecutionEnvironment(PRThread* thread, void *environment);
272 typedef PRStatus (PR_CALLBACK *PREnumerator)(PRThread *t, int i, void *arg);
281 (PR_CALLBACK *PRScanStackFun)(PRThread* t,
291 PR_ThreadScanStackPointers(PRThread* t,
306 PR_GetStackSpaceLeft(PRThread* t);
362 NSPR_API(void) PR_Mac_PostAsyncNotify(PRThread *thread);