Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_state.h171 … bool __potentially_executing_now = __cb->__prev_ == nullptr && !__callback_list_.__is_head(__cb); in __remove_callback() local
173 if (__potentially_executing_now) { in __remove_callback()