OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATOMIC_FLAG_INIT
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/test/atomics/atomics.flag/
init.pass.cpp
14
// atomic_flag() =
ATOMIC_FLAG_INIT
;
21
std::atomic_flag f =
ATOMIC_FLAG_INIT
;
/bionic/tests/
stdatomic_test.cpp
42
atomic_flag f =
ATOMIC_FLAG_INIT
;
80
atomic_flag f =
ATOMIC_FLAG_INIT
;
/bionic/libc/include/
stdatomic.h
541
#define
ATOMIC_FLAG_INIT
{ ATOMIC_VAR_INIT(false) }
/development/ndk/platforms/android-L/include/
stdatomic.h
387
#define
ATOMIC_FLAG_INIT
{ ATOMIC_VAR_INIT(0) }
Completed in 34 milliseconds