Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DThreading.cpp39 static void *ExecuteOnThread_Dispatch(void *Arg) { in ExecuteOnThread_Dispatch() function
62 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0) in llvm_execute_on_thread()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DThreading.cpp40 static void *ExecuteOnThread_Dispatch(void *Arg) { in ExecuteOnThread_Dispatch() function
63 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0) in llvm_execute_on_thread()
/external/swiftshader/third_party/LLVM/lib/Support/
DThreading.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()