Home
last modified time | relevance | path

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

/external/llvm-libc/src/__support/threads/
Dthread.cpp35 struct TSSKeyUnit { struct
39 bool active = false;
41 TSSDtor *dtor = nullptr;
44 constexpr TSSKeyUnit(TSSDtor *d) : active(true), dtor(d) {} in TSSKeyUnit() function
46 void reset() { in reset()