OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PlatformThreadRef
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
platform_thread_types.h
25
typedef DWORD
PlatformThreadRef
;
28
typedef pthread_t
PlatformThreadRef
;
/external/libchrome/base/threading/
platform_thread.h
41
// after a thread dies, so a
PlatformThreadRef
cannot be reliably used
43
class
PlatformThreadRef
{
50
PlatformThreadRef
()
54
explicit
PlatformThreadRef
(RefType id)
58
bool operator==(
PlatformThreadRef
other) const {
131
static
PlatformThreadRef
CurrentRef();
Completed in 464 milliseconds