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

  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 74 sw::MutexLock codegenMutex;
184 ::codegenMutex.lock(); // Reactor and LLVM are currently not thread safe
243 ::codegenMutex.unlock();
    [all...]
SubzeroReactor.cpp 58 std::mutex codegenMutex;
521 ::codegenMutex.lock(); // Reactor is currently not thread safe
568 ::codegenMutex.unlock();
    [all...]

Completed in 211 milliseconds