Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_state.h65 __callback_list __callback_list_; variable
110 while (!__callback_list_.__empty()) { in __request_stop()
111 auto __cb = __callback_list_.__pop_front(); in __request_stop()
158 __callback_list_.__push_front(__cb); in __add_callback()
171 … bool __potentially_executing_now = __cb->__prev_ == nullptr && !__callback_list_.__is_head(__cb); in __remove_callback()
190 __callback_list_.__remove(__cb); in __remove_callback()