Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Support/
HDThreading.cpp73 static void *ExecuteOnThread_Dispatch(void *Arg) { in ExecuteOnThread_Dispatch() function
96 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0) in llvm_execute_on_thread()