OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kNullThreadHandle
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/threading/
platform_thread.h
37
const PlatformThreadHandle
kNullThreadHandle
= NULL;
40
const PlatformThreadHandle
kNullThreadHandle
= 0;
/external/chromium_org/third_party/sfntly/cpp/src/test/
platform_thread.h
37
const PlatformThreadHandle
kNullThreadHandle
= NULL;
40
const PlatformThreadHandle
kNullThreadHandle
= 0;
/external/sfntly/cpp/src/test/
platform_thread.h
37
const PlatformThreadHandle
kNullThreadHandle
= NULL;
40
const PlatformThreadHandle
kNullThreadHandle
= 0;
Completed in 973 milliseconds