Searched refs:test_platform_thread_id (Results 1 – 1 of 1) sorted by relevance
129 typedef pthread_t test_platform_thread_id; typedef130 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; typedef164 static test_platform_thread_id test_platform_get_thread_id() { return GetCurrentThreadId(); } in test_platform_get_thread_id()