Home
last modified time | relevance | path

Searched refs:atomic_bool (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/malloc_debug/
DUnreachable.h46 static std::atomic_bool do_check_;
DUnreachable.cpp46 std::atomic_bool Unreachable::do_check_;
DPointerData.h181 static std::atomic_bool backtrace_dump_;
DPointerData.cpp59 std::atomic_bool PointerData::backtrace_dump_;
/bionic/libc/include/bits/
Dstdatomic.h159 typedef _Atomic(bool) atomic_bool; typedef
267 atomic_bool __flag;
/bionic/libc/include/
Dstdatomic.h90 using std::atomic_bool;
/bionic/libc/bionic/
Dposix_timers.cpp66 atomic_bool deleted; // Set when the timer is deleted, to prevent further calling of callback.
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp668 std::atomic_bool run; in TEST()
754 std::atomic_bool running(false); in TEST()
/bionic/tests/
Dmalloc_test.cpp1065 std::atomic_bool stop; in TEST()
1341 std::atomic_bool* go = reinterpret_cast<std::atomic_bool*>(data); in SetAllocationLimit()
1352 std::atomic_bool go; in SetAllocationLimitMultipleThreads()
Dthreads_test.cpp203 std::atomic_bool done = false; in TEST()