Lines Matching defs:PRThread
344 typedef struct PRThread PRThread;
373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
380 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread);
381 NSPR_API(PRThread*) PR_GetCurrentThread(void);
385 NSPR_API(PRThreadPriority) PR_GetThreadPriority(const PRThread *thread);
386 NSPR_API(void) PR_SetThreadPriority(PRThread *thread, PRThreadPriority priority);
394 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread);
399 NSPR_API(PRThreadScope) PR_GetThreadScope(const PRThread *thread);
400 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread);
401 NSPR_API(PRThreadState) PR_GetThreadState(const PRThread *thread);
473 PL_CreateEventQueue(const char* name, PRThread* handlerThread);
477 PRThread *handlerThread
482 PRThread *handlerThread
860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);