Searched refs:SpawnThread (Results 1 – 3 of 3) sorted by relevance
40 std::thread SpawnThread(pthread_barrier_t* barrier);
39 std::thread Instruction::SpawnThread(pthread_barrier_t* barrier) { in SpawnThread() function in dittosuite::Instruction
35 threads_.push_back(std::move(instruction->SpawnThread(&barrier_))); in RunSingle()