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