Searched defs:InitByteGlobalMutex (Results 1 – 1 of 1) sorted by relevance
314 struct InitByteGlobalMutex { struct316 explicit InitByteGlobalMutex(uint8_t* _init_byte_address, uint32_t* _thread_id_address) in InitByteGlobalMutex() argument323 bool acquire() { in acquire()348 void release() { in release()363 void abort() { in abort()384 uint32_t* const thread_id_address;386 const bool has_thread_id_support;387 LazyValue<uint32_t, GetThreadID> current_thread_id;390 struct LockGuard {