Home
last modified time | relevance | path

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

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