Home
last modified time | relevance | path

Searched defs:wait_node (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dpartitioner.h127 struct wait_node : node { struct
128 wait_node() : node{ nullptr, 1 } {} in wait_node() argument
/oneTBB/src/tbb/
H A Dconcurrent_monitor.h107 wait_node(Context ctx) : my_context(ctx), my_is_in_list(false) {} in wait_node() function