Searched defs:PRThread (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprthread.h80 typedef struct PRThread PRThread; typedef in typeref:struct:PRThread
134 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
155 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread);
161 NSPR_API(PRThread*) PR_GetCurrentThread(void);
169 NSPR_API(PRThreadPriority) PR_GetThreadPriority(const PRThread *thread);
174 NSPR_API(void) PR_SetThreadPriority(PRThread *thread, PRThreadPriority priority);
239 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread);
269 NSPR_API(PRThreadScope) PR_GetThreadScope(const PRThread *thread);
274 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *threa
[all...]

Completed in 70 milliseconds