Home
last modified time | relevance | path

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

/dports/math/piranha/piranha-0.11/src/
H A Dsettings.hpp53 static std::atomic_ullong s_min_work_per_thread; member
75 std::atomic_ullong base_settings<T>::s_min_work_per_thread(base_settings<T>::s_default_min_work_per…
235 return s_min_work_per_thread.load(); in get_min_work_per_thread()
248 return s_min_work_per_thread.store(n); in set_min_work_per_thread()
256 s_min_work_per_thread.store(s_default_min_work_per_thread); in reset_min_work_per_thread()
/dports/math/py-piranha/piranha-0.11/src/
H A Dsettings.hpp53 static std::atomic_ullong s_min_work_per_thread; member
75 std::atomic_ullong base_settings<T>::s_min_work_per_thread(base_settings<T>::s_default_min_work_per…
235 return s_min_work_per_thread.load(); in get_min_work_per_thread()
248 return s_min_work_per_thread.store(n); in set_min_work_per_thread()
256 s_min_work_per_thread.store(s_default_min_work_per_thread); in reset_min_work_per_thread()