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

  /external/vulkan-validation-layers/tests/
test_common.h 114 static inline void test_platform_thread_create_mutex(test_platform_thread_mutex *pMutex) { pthread_mutex_init(pMutex, NULL); } function
148 static void test_platform_thread_create_mutex(test_platform_thread_mutex *pMutex) { InitializeCriticalSection(pMutex); } function
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
test_common.h 114 static inline void test_platform_thread_create_mutex(test_platform_thread_mutex *pMutex) { pthread_mutex_init(pMutex, NULL); } function
148 static void test_platform_thread_create_mutex(test_platform_thread_mutex *pMutex) { InitializeCriticalSection(pMutex); } function

Completed in 185 milliseconds