Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h313 : init_byte_address(_init_byte_address), thread_id_address(_thread_id_address), in InitByteGlobalMutex()
323 if (*thread_id_address == current_thread_id.get()) in acquire()
337 *thread_id_address = current_thread_id.get(); in acquire()
364 *thread_id_address = 0; in abort()
380 uint32_t* const thread_id_address; member