Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dtest_common.h99 typedef pthread_t test_platform_thread; typedef
101 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), … in test_platform_thread_create()
106 static inline int test_platform_thread_join(test_platform_thread thread, void **retval) { return pt… in test_platform_thread_join()
127 typedef HANDLE test_platform_thread; typedef
128 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), … in test_platform_thread_create()
138 static inline int test_platform_thread_join(test_platform_thread thread, void **retval) { in test_platform_thread_join()
Dlayer_validation_tests.cpp11304 test_platform_thread thread; in TEST_F()