Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/test/
Domp_testsuite.h29 struct thread_func_info_t { struct
36 struct thread_func_info_t* function_information; in __thread_func_wrapper() argument
37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
47 struct thread_func_info_t* info; in pthread_create()
48 info = (struct thread_func_info_t*)malloc(sizeof(struct thread_func_info_t)); in pthread_create()