Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/test/
Domp_testsuite.h36 struct thread_func_info_t* function_information; in __thread_func_wrapper() local
37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
38 function_information->start_routine(function_information->arg); in __thread_func_wrapper()
39 free(function_information); in __thread_func_wrapper()