Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/threads/
H A Dthread.cpp33 struct TSSKeyUnit { struct
41 constexpr TSSKeyUnit() = default;
42 constexpr TSSKeyUnit(TSSDtor *d) : active(true), dtor(d) {} in TSSKeyUnit() function
52 cpp::array<TSSKeyUnit, TSS_KEY_COUNT> units;
62 TSSKeyUnit &u = units[i]; in new_key()