Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1628 std::lock_guard<std::recursive_mutex> Lock(ES.OutstandingMUsMutex); in legacyLookup()
2076 std::lock_guard<std::recursive_mutex> Lock(OutstandingMUsMutex); in lookup()
2177 std::lock_guard<std::recursive_mutex> Lock(OutstandingMUsMutex); in runOutstandingMUs()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1233 mutable std::recursive_mutex OutstandingMUsMutex; variable
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1489 mutable std::recursive_mutex OutstandingMUsMutex; variable
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1983 std::lock_guard<std::recursive_mutex> Lock(OutstandingMUsMutex); in dispatchOutstandingMUs()
2480 std::lock_guard<std::recursive_mutex> Lock(OutstandingMUsMutex); in OL_completeLookup()