HomeSort by relevance Sort by last modified time
    Searched defs:test_platform_thread (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/tests/
test_common.h 99 typedef pthread_t test_platform_thread; typedef
101 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), void *data) {
106 static inline int test_platform_thread_join(test_platform_thread thread, void **retval) { return pthread_join(thread, retval); }
127 typedef HANDLE test_platform_thread; typedef
128 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), void *data) {
138 static inline int test_platform_thread_join(test_platform_thread thread, void **retval) {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
test_common.h 99 typedef pthread_t test_platform_thread; typedef
101 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), void *data) {
106 static inline int test_platform_thread_join(test_platform_thread thread, void **retval) { return pthread_join(thread, retval); }
127 typedef HANDLE test_platform_thread; typedef
128 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), void *data) {
138 static inline int test_platform_thread_join(test_platform_thread thread, void **retval) {

Completed in 58 milliseconds