Searched defs:__state_t (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/src/ | ||
H A D | barrier.cpp | 18 struct alignas(64) /* naturally-align the heap state */ __state_t { struct in __barrier_algorithm_base |
/freebsd-src/contrib/llvm-project/libcxx/include/__stop_token/ | ||
H A D | stop_state.h | 61 using __state_t = uint32_t; variable |