Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_state.h116 bool __destroyed = false; in __request_stop() local
117 __cb->__destroyed_ = &__destroyed; in __request_stop()
122 if (!__destroyed) { in __request_stop()