Lines Matching defs:PRThread
102 typedef struct PRThread PRThread;
156 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
177 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread);
183 NSPR_API(PRThread*) PR_GetCurrentThread(void);
191 NSPR_API(PRThreadPriority) PR_GetThreadPriority(const PRThread *thread);
196 NSPR_API(void) PR_SetThreadPriority(PRThread *thread, PRThreadPriority priority);
261 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread);
291 NSPR_API(PRThreadScope) PR_GetThreadScope(const PRThread *thread);
296 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread);
301 NSPR_API(PRThreadState) PR_GetThreadState(const PRThread *thread);