Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dsemaphore.h132 semaphore(size_t start_cnt_ = 0) {init_semaphore(start_cnt_);}
141 void init_semaphore(size_t start_cnt_) { in init_semaphore() function
169 semaphore(int start_cnt_ = 0 ) { init_semaphore( start_cnt_ ); }
185 void init_semaphore(int start_cnt_) { in init_semaphore() function