Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h241 struct InitByteNoThreads { struct
242 InitByteNoThreads() = delete;
243 InitByteNoThreads(InitByteNoThreads const&) = delete;
244 InitByteNoThreads& operator=(InitByteNoThreads const&) = delete; argument
246 …explicit InitByteNoThreads(uint8_t* _init_byte_address, uint32_t*) : init_byte_address(_init_byte_… in InitByteNoThreads() function
599 using NoThreadsGuard = GuardObject<InitByteNoThreads>;