Home
last modified time | relevance | path

Searched refs:deleted (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dposix_timers.cpp66 atomic_bool deleted; // Set when the timer is deleted, to prevent further calling of callback. member
88 if (atomic_load(&timer->deleted) == true) { in __timer_thread_start()
101 atomic_store(&timer->deleted, true); in __timer_thread_stop()
128 atomic_init(&timer->deleted, false); in timer_create()
/bionic/libc/malloc_debug/
DREADME.md283 file, all current records are deleted. Any allocations/frees occuring while