OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRThreadState
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prthread.h
94
typedef enum
PRThreadState
{
97
}
PRThreadState
;
139
PRThreadState
state,
279
NSPR_API(
PRThreadState
) PR_GetThreadState(const PRThread *thread);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
pprthred.h
156
PRThreadState
state,
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_rhapsody.h
195
PRThreadState
state,
_darwin.h
233
PRThreadState
state,
_freebsd.h
232
PRThreadState
state,
_nextstep.h
227
PRThreadState
state,
_nspr_pthread.h
255
PRThreadState
state,
_solaris.h
216
PRThreadState
state,
783
PRThreadPriority priority, PRThreadScope scope,
PRThreadState
state,
_irix.h
434
PRThreadState
state,
_linux.h
462
PRThreadState
state,
_beos.h
475
NSPR_API(PRStatus) _MD_create_thread(PRThread *thread, void (*start)(void *), PRThreadPriority priority, PRThreadScope scope,
PRThreadState
state, PRUint32 stackSize);
Completed in 689 milliseconds