Searched defs:InitByteNoThreads (Results 1 – 1 of 1) 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()