Home
last modified time | relevance | path

Searched refs:barrier_execution_ (Results 1 – 2 of 2) sorted by relevance

/test/dittosuite/src/
Dmultiprocessing.cpp37 barrier_execution_ = static_cast<pthread_barrier_t*>(mmap(nullptr, sizeof(*barrier_execution_), in SetUpSingle()
40 if (barrier_execution_ == MAP_FAILED) { in SetUpSingle()
43 pthread_barrier_init(barrier_execution_, &barrier_attr, instructions_.size()); in SetUpSingle()
125 pthread_barrier_wait(barrier_execution_); in RunSingle()
212 pthread_barrier_destroy(barrier_execution_); in CollectResults()
/test/dittosuite/include/ditto/
Dmultiprocessing.h44 pthread_barrier_t* barrier_execution_; variable