HomeSort by relevance Sort by last modified time
    Searched refs:test_platform_thread_unlock_mutex (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/tests/
test_common.h 116 static inline void test_platform_thread_unlock_mutex(test_platform_thread_mutex *pMutex) { pthread_mutex_unlock(pMutex); } function
150 static void test_platform_thread_unlock_mutex(test_platform_thread_mutex *pMutex) { LeaveCriticalSection(pMutex); } function
layer_validation_tests.cpp 126 test_platform_thread_unlock_mutex(&m_mutex);
142 test_platform_thread_unlock_mutex(&m_mutex);
156 test_platform_thread_unlock_mutex(&m_mutex);
210 test_platform_thread_unlock_mutex(&m_mutex);
    [all...]

Completed in 650 milliseconds