Home
last modified time | relevance | path

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

/oneTBB/examples/common/gui/
H A Dxvideo.cpp183 sh.height = sh.min_height = sh.max_height = ysize; in init_window()
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h982 size_type max_height = my_max_height.load(std::memory_order_acquire); in internal_insert_node() local
984 … if (new_height <= max_height || my_max_height.compare_exchange_strong(max_height, new_height)) { in internal_insert_node()