Home
last modified time | relevance | path

Searched defs:InitByteGlobalMutex (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h310 struct InitByteGlobalMutex { struct
312 explicit InitByteGlobalMutex(uint8_t* _init_byte_address, uint32_t* _thread_id_address) in InitByteGlobalMutex() function
319 bool acquire() { in acquire()
344 void release() { in release()
359 void abort() { in abort()
380 uint32_t* const thread_id_address;
382 const bool has_thread_id_support;
383 LazyValue<uint32_t, GetThreadID> current_thread_id;
386 struct LockGuard {