Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dtest_common.h101 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), … in test_platform_thread_create() function
128 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), … in test_platform_thread_create() function
Dlayer_validation_tests.cpp15445 test_platform_thread_create(&thread, AddToCommandBuffer, (void *)&data); in TEST_F()
15455 test_platform_thread_create(&thread, AddToCommandBuffer, (void *)&data); in TEST_F()
26214 test_platform_thread_create(&thread, ReleaseNullFence, (void *)&data); in TEST_F()