Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/test/
Domp_testsuite.h35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() function
51 pthread = CreateThread(NULL, 0, __thread_func_wrapper, info, 0, NULL); in pthread_create()