Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/threads/
H A Dthread.cpp94 struct TSSValueUnit { struct
95 bool active = false;
96 void *payload = nullptr;
97 TSSDtor *dtor = nullptr;
100 constexpr TSSValueUnit(void *p, TSSDtor *d) in TSSValueUnit() function