Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dsemaphore.h129 static const int max_semaphore_cnt = MAXLONG; variable
142 …sem = CreateSemaphoreEx( nullptr, LONG(start_cnt_), max_semaphore_cnt, nullptr, 0, SEMAPHORE_ALL_A… in init_semaphore()