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.h129 typedef pthread_t test_platform_thread_id; typedef
130 static inline test_platform_thread_id test_platform_get_thread_id() { return pthread_self(); } in test_platform_get_thread_id()
163 typedef DWORD test_platform_thread_id; typedef
164 static test_platform_thread_id test_platform_get_thread_id() { return GetCurrentThreadId(); } in test_platform_get_thread_id()