Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dconcurrent_monitor.h300 to_wait_node(n)->my_is_in_list.store(false, std::memory_order_relaxed); in notify_one_relaxed()
308 to_wait_node(n)->notify(); in notify_one_relaxed()
333 to_wait_node(n)->my_is_in_list.store(false, std::memory_order_relaxed); in notify_all_relaxed()
340 to_wait_node(n)->notify(); in notify_all_relaxed()
382 to_wait_node(n)->notify(); in notify_relaxed()
416 to_wait_node(tmp)->notify(); in notify_one_relaxed()
440 to_wait_node(n)->my_is_in_list.store(false, std::memory_order_relaxed); in abort_all_relaxed()
447 to_wait_node(n)->my_aborted = true; in abort_all_relaxed()
448 to_wait_node(n)->notify(); in abort_all_relaxed()
478 …wait_node<Context>* to_wait_node( base_node* node ) { return static_cast<wait_node<Context>*>(node… in to_wait_node() function