Home
last modified time | relevance | path

Searched defs:binary_semaphore (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbb/
H A Dsemaphore.h200 binary_semaphore() { my_sem = CreateEventEx( nullptr, nullptr, 0, EVENT_ALL_ACCESS ); } in binary_semaphore() function
234 using binary_semaphore = semaphore; variable
243 binary_semaphore() { my_sem = 1; } in binary_semaphore() function
273 binary_semaphore() { in binary_semaphore() function
H A Dsemaphore.cpp71 binary_semaphore::binary_semaphore() { in binary_semaphore() function in tbb::detail::r1::binary_semaphore