Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dtest_common.h121 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), … in test_platform_thread_create() function
148 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), … in test_platform_thread_create() function
Dvklayertests_others.cpp2357 test_platform_thread_create(&thread, AddToCommandBuffer, (void *)&data); in TEST_F()
2367 test_platform_thread_create(&thread, AddToCommandBuffer, (void *)&data); in TEST_F()
Dvkpositivelayertests.cpp6150 test_platform_thread_create(&thread, ReleaseNullFence, (void *)&data); in TEST_F()