Searched refs:snapshot (Results 1 – 2 of 2) sorted by relevance
127 bool threading_control_impl::try_destroy_client(threading_control_impl::client_snapshot snapshot) { in try_destroy_client() argument128 …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()
98 T snapshot = location.load(order); in spin_wait_while() local99 while (comp(snapshot)) { in spin_wait_while()101 snapshot = location.load(order); in spin_wait_while()103 return snapshot; in spin_wait_while()