Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DRecordData.h171 std::atomic_bool dump_;
/bionic/libc/include/
Dstdatomic.h94 using std::atomic_bool;
318 typedef _Atomic(bool) atomic_bool; typedef
508 atomic_bool __flag;
/bionic/libc/bionic/
Dposix_timers.cpp67 atomic_bool deleted; // Set when the timer is deleted, to prevent further calling of callback.