Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dconcurrent_monitor.h36 struct base_node { struct
37 base_node* next; argument
38 base_node* prev; argument
40 constexpr base_node(base_node* n, base_node* p) : next(n), prev(p) {} in base_node() function
41 …explicit base_node() : next((base_node*)(uintptr_t)0xcdcdcdcd), prev((base_node*)(uintptr_t)0xcdcd… in base_node() argument
93 base_node head;
97 using base_node = circular_doubly_linked_list_with_sentinel::base_node; variable
285 base_node* n; in notify_one_relaxed()
337 base_node* nxt; in notify_all_relaxed()
363 base_node* nxt; in notify_relaxed()
[all …]