Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h314 has_thread_id_support(_thread_id_address != nullptr && GetThreadID != nullptr) {} in InitByteGlobalMutex()
322 if (has_thread_id_support && (*init_byte_address & PENDING_BIT)) { in acquire()
336 if (has_thread_id_support) in acquire()
363 if (has_thread_id_support) in abort()
382 const bool has_thread_id_support; member
435 has_thread_id_support(_thread_id_address != nullptr && GetThreadIDArg != nullptr), in InitByteFutex()
446 if (has_thread_id_support) { in acquire()
458 if (has_thread_id_support && thread_id.load(std::_AO_Relaxed) == current_thread_id.get()) { in acquire()
493 if (has_thread_id_support) in abort()
512 const bool has_thread_id_support; member