Lines Matching refs:NSPR_API
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);
224 NSPR_API(PRStatus) PR_NewThreadPrivateIndex(
238 NSPR_API(PRStatus) PR_SetThreadPrivate(PRUintn tpdIndex, void *priv);
249 NSPR_API(void*) PR_GetThreadPrivate(PRUintn tpdIndex);
261 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread);
267 NSPR_API(void) PR_ClearInterrupt(void);
272 NSPR_API(void) PR_BlockInterrupt(void);
277 NSPR_API(void) PR_UnblockInterrupt(void);
286 NSPR_API(PRStatus) PR_Sleep(PRIntervalTime ticks);
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);