Home
last modified time | relevance | path

Searched defs:_Timer (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dtimer.h32 typedef struct _Timer struct
40 typedef struct _TimerInfo argument
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dtimer.h31 typedef struct _Timer struct
39 typedef struct _TimerInfo argument
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dtimer.h32 typedef struct _Timer struct
40 typedef struct _TimerInfo argument
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dtimer.h32 typedef struct _Timer struct
40 typedef struct _TimerInfo argument
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dtimer.h32 typedef struct _Timer struct
40 typedef struct _TimerInfo argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Management/
H A DAppDomainResourcePerfCounters.cs65 private static Timer _Timer = null; field in System.Web.Management.AppDomainResourcePerfCounters
/dports/devel/upp/upp/bazaar/LEDCtrl/
H A DLEDCtrl.h75 AnimatedLEDCtrl& SetTimer(int _Timer) {Timer = _Timer; return *this;}; // In ms in SetTimer()
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/tests/
H A Dtest__api_timeout.py60 class _Timer(object): class
/dports/sysutils/solaar/Solaar-1.0.1/lib/solaar/ui/
H A Dconfig_panel.py23 from threading import Timer as _Timer unknown
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/test/
H A Dtest_caches.py61 class _Timer(object): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/cachetools/
H A Dttl.py25 class _Timer(object): class
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/cachetools/
H A Dttl.py31 class _Timer(object): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/cachetools/
H A Dttl.py27 class _Timer(object): class
/dports/devel/py-cachetools3/cachetools-3.1.1/cachetools/
H A Dttl.py31 class _Timer(object): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/cachetools/cachetools/
H A Dttl.py31 class _Timer(object): class
/dports/devel/py-celery/celery-4.4.7/celery/worker/
H A Dcomponents.py11 from kombu.asynchronous.timer import Timer as _Timer unknown
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/
H A Dtask.py318 class _Timer(object): class
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dthreading.py316 class _Timer(Thread): class
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/
H A Dtask.py363 class _Timer: class
/dports/devel/py-pika/pika-1.1.0/pika/adapters/
H A Dselect_connection.py211 class _Timer(object): class
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dthreading.py1048 class _Timer(Thread): class
/dports/lang/python27/Python-2.7.18/Lib/
H A Dthreading.py1048 class _Timer(Thread): class
/dports/devel/py-cachetools/cachetools-4.2.4/src/cachetools/
H A D__init__.py297 class _Timer: class
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DHttpWebRequest.cs250 private TimerThread.Timer _Timer; field in System.Net.HttpWebRequest