Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DUnreachable.h46 static std::atomic_bool do_check_;
DLogAllocatorStats.cpp40 static std::atomic_bool g_call_mallopt = {};
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.cpp69 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/
Dstdatomic_test.cpp196 atomic_bool read_enough(false);
Dthreads_test.cpp203 std::atomic_bool done = false; in TEST()
Dmalloc_test.cpp1075 std::atomic_bool stop; in TEST()
1352 std::atomic_bool start_running = false; in SetAllocationLimitMultipleThreads()