Searched defs:InitByteNoThreads (Results 1 – 1 of 1) sorted by relevance
241 struct InitByteNoThreads { struct244 InitByteNoThreads& operator=(InitByteNoThreads const&) = delete; argument246 …explicit InitByteNoThreads(uint8_t* _init_byte_address, uint32_t*) : init_byte_address(_init_byte_… in InitByteNoThreads() function250 bool acquire() { in acquire()260 void release() { *init_byte_address = COMPLETE_BIT; } in release()262 void abort() { *init_byte_address = UNSET; } in abort()