Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_memory.cpp40 static std::atomic<pid_t> fallback_tid(0); variable
46 return fallback_tid.compare_exchange_strong(expected, gettid()); in __linker_enable_fallback_allocator()
50 pid_t previous = fallback_tid.exchange(0); in __linker_disable_fallback_allocator()
65 if (__predict_false(fallback_tid) && __predict_false(gettid() == fallback_tid)) { in get_allocator()