Searched refs:TestNullMutex (Results 1 – 2 of 2) sorted by relevance
54 TestNullMutex<oneapi::tbb::null_mutex>("Null Mutex");55 TestNullMutex<oneapi::tbb::null_rw_mutex>("Null RW Mutex");
375 void TestNullMutex(const char* mutex_name) { in TestNullMutex() function