Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_guard_impl.h274 struct InitByteGlobalMutex struct
278 using BaseT = typename InitByteGlobalMutex::GuardObject; argument
281 explicit InitByteGlobalMutex(uint32_t *g) in InitByteGlobalMutex() function
283 explicit InitByteGlobalMutex(uint64_t *g) in InitByteGlobalMutex() function
287 AcquireResult acquire_init_byte() { in acquire_init_byte()
311 void release_init_byte() { in release_init_byte()
325 void abort_init_byte() { in abort_init_byte()
344 const bool has_thread_id_support;
345 LazyValue<uint32_t, GetThreadID> current_thread_id;
348 struct LockGuard {