Searched refs:__is_head (Results 1 – 2 of 2) sorted by relevance
75 _LIBCPP_HIDE_FROM_ABI bool __is_head(_Node* __node) noexcept { return __node == __head_; } in __is_head() function
171 … bool __potentially_executing_now = __cb->__prev_ == nullptr && !__callback_list_.__is_head(__cb); in __remove_callback()