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

  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 166 // All threads will stop here until another thread calls releaseThreads
197 void releaseThreads( size_t num )
204 std::cout << "Unblocking threads from releaseThreads()" << std::endl;
301 synchronize.releaseThreads(3); // wait until other threads are at this point
  /external/swiftshader/third_party/LLVM/examples/ParallelJIT/
ParallelJIT.cpp 148 // All threads will stop here until another thread calls releaseThreads
178 void releaseThreads( size_t num )
184 std::cout << "Unblocking threads from releaseThreads()" << std::endl;
279 synchronize.releaseThreads(3); // wait until other threads are at this point

Completed in 540 milliseconds