Home
last modified time | relevance | path

Searched refs:my_pm_client (Results 1 – 3 of 3) sorted by relevance

/oneTBB/src/tbb/
H A Dthreading_control_client.h35 …threading_control_client(pm_client* p, thread_dispatcher_client* t) : my_pm_client(p), my_thread_d… in threading_control_client()
36 __TBB_ASSERT(my_pm_client, nullptr); in threading_control_client()
41 return my_pm_client; in get_pm_client()
49 pm_client* my_pm_client{nullptr};
H A Dthreading_control.h56 pm_client* my_pm_client; member
H A Dthreading_control.cpp129 my_permit_manager->unregister_and_destroy_client(*snapshot.my_pm_client); in try_destroy_client()