Home
last modified time | relevance | path

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

/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Dtlibmpthrd.cxx304 if ((err = MPCreateSemaphore(1,1,&PX_suspendMutex))
342 if ((err = MPCreateSemaphore(1,1,&PX_suspendMutex)) != 0) {
696 OSStatus err = MPCreateSemaphore(maxCount, initial, &semId);
/dports/audio/drumgizmo/drumgizmo-0.9.19/src/
H A Dsem.cc70 MPCreateSemaphore(std::numeric_limits<std::uint32_t>::max(), in Semaphore()
/dports/graphics/panomatic/panomatic-0.9.4/zthread/src/macos/
H A DMonitor.cxx33 if(MPCreateSemaphore(1, 0, &_sema) != noErr) { in Monitor()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/macosaudio/
H A DMacMain.cxx65 if ((err = MPCreateSemaphore(1, 0, &request->m_done)) != noErr) in CarbonQueue()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DMultiprocessing.pas838 function MPCreateSemaphore( maximumValue: MPSemaphoreCount; initialValue: MPSemaphoreCount; var sem… in MPCreateSemaphore() function
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXThread.cpp160 MPCreateSemaphore(2147483647,initial,(MPSemaphoreID*)data); in FXSemaphore()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXThread.cpp159 MPCreateSemaphore(2147483647,initial,(MPSemaphoreID*)data); in FXSemaphore()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Dthread.cpp281 verify_noerr( MPCreateSemaphore( maxcount, initialcount, &m_semaphore ) ); in wxSemaphoreInternal()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Dthread.cpp281 verify_noerr( MPCreateSemaphore( maxcount, initialcount, &m_semaphore ) ); in wxSemaphoreInternal()
/dports/multimedia/libdc1394/libdc1394-2.2.6/dc1394/macosx/
H A Dcapture.c394 MPCreateSemaphore (1, 0, &capture->thread_init_semaphore); in dc1394_macosx_capture_setup()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/CECILL/
H A DCImg.h2379 if (MPCreateSemaphore(1, 0, &sync_event) != noErr) // Create the inter-thread sync object
2381 if (MPCreateSemaphore(1, 0, &wait_event) != noErr) // Create the event sync object
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/greycstoration/cimg/
H A DCImg.h2386 if (MPCreateSemaphore(1, 0, &sync_event) != noErr) // Create the inter-thread sync object
2388 if (MPCreateSemaphore(1, 0, &wait_event) != noErr) // Create the event sync object