Searched refs:fallback_tid (Results 1 – 1 of 1) sorted by relevance
40 static std::atomic<pid_t> fallback_tid(0); variable46 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()