OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAZY_SEMAPHORE_INITIALIZER
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/platform/
semaphore.h
100
// static LazySemaphore<0>::type my_semaphore =
LAZY_SEMAPHORE_INITIALIZER
;
122
#define
LAZY_SEMAPHORE_INITIALIZER
LAZY_DYNAMIC_INSTANCE_INITIALIZER
/external/v8/src/
platform.h
615
// static LazySemaphore<0>::type my_semaphore =
LAZY_SEMAPHORE_INITIALIZER
;
628
#define
LAZY_SEMAPHORE_INITIALIZER
LAZY_DYNAMIC_INSTANCE_INITIALIZER
runtime-profiler.cc
83
static LazySemaphore<0>::type semaphore =
LAZY_SEMAPHORE_INITIALIZER
;
Completed in 734 milliseconds