OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_platform_thread_join
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/tests/
test_common.h
106
static inline int
test_platform_thread_join
(test_platform_thread thread, void **retval) { return pthread_join(thread, retval); }
function
138
static inline int
test_platform_thread_join
(test_platform_thread thread, void **retval) {
function
layer_validation_tests.cpp
[
all
...]
Completed in 187 milliseconds