Home
last modified time | relevance | path

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

/llvm-project/libcxx/src/
H A Dbarrier.cpp18 struct alignas(64) /* naturally-align the heap state */ __state_t { global() struct in __barrier_algorithm_base
19 __anon7dbad90a0108__barrier_algorithm_base::__state_t global() argument
21 __tickets__barrier_algorithm_base::__state_t global() argument
/llvm-project/libcxx/include/__stop_token/
H A Dstop_state.h61 using __state_t _LIBCPP_NODEBUG = uint32_t; variable