Searched defs:InitByteNoThreads (Results 1 – 2 of 2) sorted by relevance
245 struct InitByteNoThreads { struct248 InitByteNoThreads& operator=(InitByteNoThreads const&) = delete; argument250 …explicit InitByteNoThreads(uint8_t* _init_byte_address, uint32_t*) : init_byte_address(_init_byte_… in InitByteNoThreads() function254 bool acquire() { in acquire()264 void release() { *init_byte_address = COMPLETE_BIT; } in release()266 void abort() { *init_byte_address = UNSET; } in abort()
215 struct InitByteNoThreads : GuardObject<InitByteNoThreads> { struct218 AcquireResult acquire_init_byte() { in acquire_init_byte()227 void release_init_byte() { *init_byte_address = COMPLETE_BIT; } in release_init_byte()228 void abort_init_byte() { *init_byte_address = UNSET; } in abort_init_byte()