Home
last modified time | relevance | path

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

/dports/graphics/panomatic/panomatic-0.9.4/zthread/src/macos/
H A DThreadOps.h83 return ThreadOps(MPCurrentTaskID()); in self()
95 ops->_tid = MPCurrentTaskID(); in activate()
110 return MPCurrentTaskID() == ops->_tid; in isCurrent()
H A DMonitor.cxx66 _owner = MPCurrentTaskID(); in wait()
163 wasInterruptable = !(_owner == MPCurrentTaskID()); in interrupt()
263 if(_owner == MPCurrentTaskID()) in isCanceled()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Dtlibmpthrd.cxx295 PX_threadId = MPCurrentTaskID();
405 MPTaskID threadId = MPCurrentTaskID();
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DMultiprocessing.pas653 function MPCurrentTaskID: MPTaskID; external name '_MPCurrentTaskID'; in MPCurrentTaskID() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Dthread.cpp830 return (unsigned long)MPCurrentTaskID(); in GetCurrentId()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Dthread.cpp830 return (unsigned long)MPCurrentTaskID(); in GetCurrentId()