Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_guard_impl.h245 struct InitByteNoThreads { struct
248 InitByteNoThreads& operator=(InitByteNoThreads const&) = delete; argument
250 …explicit InitByteNoThreads(uint8_t* _init_byte_address, uint32_t*) : init_byte_address(_init_byte_… in InitByteNoThreads() function
254 bool acquire() { in acquire()
264 void release() { *init_byte_address = COMPLETE_BIT; } in release()
266 void abort() { *init_byte_address = UNSET; } in abort()