Home
last modified time | relevance | path

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

/test/dittosuite/include/ditto/
Dinstruction.h40 std::thread SpawnThread(pthread_barrier_t* barrier);
/test/dittosuite/src/
Dinstruction.cpp39 std::thread Instruction::SpawnThread(pthread_barrier_t* barrier) { in SpawnThread() function in dittosuite::Instruction
Dmultithreading.cpp35 threads_.push_back(std::move(instruction->SpawnThread(&barrier_))); in RunSingle()