Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dthreading_control.cpp127 bool threading_control_impl::try_destroy_client(threading_control_impl::client_snapshot snapshot) { in try_destroy_client() argument
128 …if (my_thread_dispatcher->try_unregister_client(snapshot.my_td_client, snapshot.aba_epoch, snapsho… in try_destroy_client()
129 my_permit_manager->unregister_and_destroy_client(*snapshot.my_pm_client); in try_destroy_client()
/oneTBB/include/oneapi/tbb/detail/
H A D_utils.h98 T snapshot = location.load(order); in spin_wait_while() local
99 while (comp(snapshot)) { in spin_wait_while()
101 snapshot = location.load(order); in spin_wait_while()
103 return snapshot; in spin_wait_while()