HomeSort by relevance Sort by last modified time
    Searched refs:ExecuteOnThread_Dispatch (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Support/
Threading.cpp 39 static void *ExecuteOnThread_Dispatch(void *Arg) {
62 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0)
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Threading.cpp 40 static void *ExecuteOnThread_Dispatch(void *Arg) {
63 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0)
  /external/swiftshader/third_party/LLVM/lib/Support/
Threading.cpp 73 static void *ExecuteOnThread_Dispatch(void *Arg) {
96 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0)

Completed in 339 milliseconds