Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dbarrier.cpp18 struct alignas(64) /* naturally-align the heap state */ __state_t { struct in __barrier_algorithm_base
19 struct {
21 } __tickets[64];
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_state.h61 using __state_t = uint32_t; variable