Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dthreading_control.cpp234 cache_aligned_deleter deleter{}; in create_threading_control() local
235 deleter(thr_control); in create_threading_control()
243 cache_aligned_deleter deleter; in destroy() local
244 deleter(this); in destroy()
324 bool threading_control::try_destroy_client(threading_control::client_snapshot deleter) { in try_destroy_client() argument
325 bool res = my_pimpl->try_destroy_client(deleter); in try_destroy_client()
H A Dthreading_control.h60 bool try_destroy_client(client_snapshot deleter);
108 bool try_destroy_client(client_snapshot deleter);