Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dtest_common.h134 static inline void test_platform_thread_create_mutex(test_platform_thread_mutex *pMutex) { pthread_… in test_platform_thread_create_mutex() function
168 static void test_platform_thread_create_mutex(test_platform_thread_mutex *pMutex) { InitializeCriti… in test_platform_thread_create_mutex() function
Dlayer_validation_tests.cpp611 test_platform_thread_create_mutex(&mutex_); in ErrorMonitor()