Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dtest_common.h119 typedef pthread_t test_platform_thread; typedef
121 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), … in test_platform_thread_create()
126 static inline int test_platform_thread_join(test_platform_thread thread, void **retval) { return pt… in test_platform_thread_join()
147 typedef HANDLE test_platform_thread; typedef
148 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), … in test_platform_thread_create()
158 static inline int test_platform_thread_join(test_platform_thread thread, void **retval) { in test_platform_thread_join()
Dvklayertests_others.cpp2323 test_platform_thread thread; in TEST_F()
Dvkpositivelayertests.cpp6137 test_platform_thread thread; in TEST_F()