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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Threading.h 44 /// llvm_execute_on_thread - Execute the given \arg UserFn on a separate
51 /// \param UserFn - The callback to execute.
55 void llvm_execute_on_thread(void (*UserFn)(void*), void *UserData,
  /external/llvm/lib/Support/
Threading.cpp 36 void (*UserFn)(void *);
41 TI->UserFn(TI->UserData);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Threading.cpp 37 void (*UserFn)(void *);
42 TI->UserFn(TI->UserData);
  /external/swiftshader/third_party/LLVM/lib/Support/
Threading.cpp 70 void (*UserFn)(void *);
75 TI->UserFn(TI->UserData);
CrashRecoveryContext.cpp 334 void (*UserFn)(void*);
344 Info->Result = Info->CRC->RunSafely(Info->UserFn, Info->UserData);
  /external/llvm/include/llvm/Support/
Threading.h 44 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
52 /// \param UserFn - The callback to execute.
56 void llvm_execute_on_thread(void (*UserFn)(void*), void *UserData,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Threading.h 44 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
52 /// \param UserFn - The callback to execute.
56 void llvm_execute_on_thread(void (*UserFn)(void*), void *UserData,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Threading.h 52 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
60 /// \param UserFn - The callback to execute.
64 void llvm_execute_on_thread(void (*UserFn)(void *), void *UserData,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Threading.h 52 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
60 /// \param UserFn - The callback to execute.
64 void llvm_execute_on_thread(void (*UserFn)(void *), void *UserData,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Threading.h 52 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
60 /// \param UserFn - The callback to execute.
64 void llvm_execute_on_thread(void (*UserFn)(void *), void *UserData,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Threading.h 52 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
60 /// \param UserFn - The callback to execute.
64 void llvm_execute_on_thread(void (*UserFn)(void *), void *UserData,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Threading.h 52 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
60 /// \param UserFn - The callback to execute.
64 void llvm_execute_on_thread(void (*UserFn)(void *), void *UserData,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Threading.h 52 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
60 /// \param UserFn - The callback to execute.
64 void llvm_execute_on_thread(void (*UserFn)(void *), void *UserData,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Threading.h 52 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
60 /// \param UserFn - The callback to execute.
64 void llvm_execute_on_thread(void (*UserFn)(void *), void *UserData,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Threading.h 52 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
60 /// \param UserFn - The callback to execute.
64 void llvm_execute_on_thread(void (*UserFn)(void *), void *UserData,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Threading.h 52 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
60 /// \param UserFn - The callback to execute.
64 void llvm_execute_on_thread(void (*UserFn)(void *), void *UserData,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Threading.h 52 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
60 /// \param UserFn - The callback to execute.
64 void llvm_execute_on_thread(void (*UserFn)(void *), void *UserData,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Threading.h 52 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
60 /// \param UserFn - The callback to execute.
64 void llvm_execute_on_thread(void (*UserFn)(void *), void *UserData,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Threading.h 52 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
60 /// \param UserFn - The callback to execute.
64 void llvm_execute_on_thread(void (*UserFn)(void *), void *UserData,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Threading.h 52 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
60 /// \param UserFn - The callback to execute.
64 void llvm_execute_on_thread(void (*UserFn)(void *), void *UserData,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Threading.h 52 /// llvm_execute_on_thread - Execute the given \p UserFn on a separate
60 /// \param UserFn - The callback to execute.
64 void llvm_execute_on_thread(void (*UserFn)(void *), void *UserData,

Completed in 306 milliseconds