Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dtest_mt.cpp111 static CSemaphore s_Semaphore(0, INT_MAX); /* For GlobalSyncPoint()*/ variable
148 s_Semaphore.Wait(); in GlobalSyncPoint()
154 s_Semaphore.Post((unsigned int)s_NumberOfThreads.Get() - 1); in GlobalSyncPoint()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dtest_mt.cpp111 static CSemaphore s_Semaphore(0, INT_MAX); /* For GlobalSyncPoint()*/ variable
148 s_Semaphore.Wait(); in GlobalSyncPoint()
154 s_Semaphore.Post((unsigned int)s_NumberOfThreads.Get() - 1); in GlobalSyncPoint()