Home
last modified time | relevance | path

Searched defs:mutex_type (Results 1 – 7 of 7) sorted by relevance

/oneTBB/src/tbb/
H A Dthread_request_serializer.h38 using mutex_type = d1::mutex; variable
61 using mutex_type = d1::rw_mutex; variable
H A Dmarket.h54 using mutex_type = d1::rw_mutex; variable
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_cache_impl.h59 typedef M mutex_type; typedef
91 typedef M mutex_type; typedef
149 typedef M mutex_type; typedef
223 typedef M mutex_type; typedef
278 typedef M mutex_type; typedef
336 typedef M mutex_type; typedef
400 typedef M mutex_type; typedef
/oneTBB/test/tbb/
H A Dtest_mutex.h31 using mutex_type = M; member
54 using mutex_type = M; member
H A Dtest_concurrent_hash_map.cpp597 using mutex_type = MinimalisticMutex<SimulateReacquiring>; in test_with_minimalistic_mutex() typedef
/oneTBB/test/conformance/
H A Dconformance_mutex.h123 using mutex_type = M; member
230 typedef TBB_MutexFromISO_Mutex mutex_type; typedef
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h52 using mutex_type = MutexType; member
88 using mutex_type = MutexType; member
614 using mutex_type = MutexType; in __TBB_requires() local