Home
last modified time | relevance | path

Searched refs:SpawnThread (Results 1 – 3 of 3) sorted by relevance

/test/dittosuite/src/
Dmultithreading.cpp38 threads_.push_back(std::move(instructions_[i]->SpawnThread(&barrier_, thread_params_[i]))); in RunSingle()
Dinstruction.cpp71 std::thread Instruction::SpawnThread(pthread_barrier_t* barrier, in SpawnThread() function in dittosuite::Instruction
/test/dittosuite/include/ditto/
Dinstruction.h53 std::thread SpawnThread(pthread_barrier_t* barrier, const MultithreadingParams& params);