Searched refs:SpawnThread (Results 1 – 3 of 3) sorted by relevance
38 threads_.push_back(std::move(instructions_[i]->SpawnThread(&barrier_, thread_params_[i]))); in RunSingle()
71 std::thread Instruction::SpawnThread(pthread_barrier_t* barrier, in SpawnThread() function in dittosuite::Instruction
53 std::thread SpawnThread(pthread_barrier_t* barrier, const MultithreadingParams& params);