Lines Matching defs:PRThread
408 typedef struct PRThread PRThread;
437 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
444 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread);
445 NSPR_API(PRThread*) PR_GetCurrentThread(void);
449 NSPR_API(PRThreadPriority) PR_GetThreadPriority(const PRThread *thread);
450 NSPR_API(void) PR_SetThreadPriority(PRThread *thread, PRThreadPriority priority);
458 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread);
463 NSPR_API(PRThreadScope) PR_GetThreadScope(const PRThread *thread);
464 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread);
465 NSPR_API(PRThreadState) PR_GetThreadState(const PRThread *thread);
537 PL_CreateEventQueue(const char* name, PRThread* handlerThread);
541 PRThread *handlerThread
546 PRThread *handlerThread
1085 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
1115 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);