Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dtest_common.h109 typedef pthread_t test_platform_thread_id; typedef
110 static inline test_platform_thread_id test_platform_get_thread_id() { return pthread_self(); } in test_platform_get_thread_id()
143 typedef DWORD test_platform_thread_id; typedef
144 static test_platform_thread_id test_platform_get_thread_id() { return GetCurrentThreadId(); } in test_platform_get_thread_id()