Home
last modified time | relevance | path

Searched refs:dthread (Results 1 – 25 of 40) sorted by relevance

12

/dports/dns/knot3-lib/knot-3.1.5/src/knot/server/
H A Ddthreads.h40 struct dthread;
67 typedef int (*runnable_t)(struct dthread *);
72 typedef struct dthread { struct
93 struct dthread **threads; /*!< Array of threads */ argument
/dports/dns/knot3/knot-3.1.5/src/knot/server/
H A Ddthreads.h40 struct dthread;
67 typedef int (*runnable_t)(struct dthread *);
72 typedef struct dthread { struct
93 struct dthread **threads; /*!< Array of threads */ argument
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A DwinXThread.c39 HANDLE dthread = NULL; variable
49 if (!dthread) { in winXTDraw()
57 dthread = in winXTDraw()
59 SetThreadPriority(dthread, THREAD_PRIORITY_BELOW_NORMAL); in winXTDraw()
/dports/games/xpilot/xpilot-4.5.5/src/client/NT/
H A DwinXThread.c39 HANDLE dthread = NULL; variable
49 if (!dthread) in winXTDraw()
58 dthread = CreateThread(NULL, 16000, DrawThreadProc, &dinfo, 0, &tid); in winXTDraw()
59 SetThreadPriority(dthread, THREAD_PRIORITY_BELOW_NORMAL); in winXTDraw()
/dports/dns/knot3/knot-3.1.5/tests/knot/
H A Dtest_dthreads.c31 int runnable(struct dthread *thread) in runnable()
57 int destruct(struct dthread *thread) in destruct()
/dports/dns/knot3-lib/knot-3.1.5/tests/knot/
H A Dtest_dthreads.c31 int runnable(struct dthread *thread) in runnable()
57 int destruct(struct dthread *thread) in destruct()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/
H A Dav1_dx.mk29 AV1_DX_SRCS-yes += decoder/dthread.c
30 AV1_DX_SRCS-yes += decoder/dthread.h
/dports/devel/gearmand/gearmand-1.0.6/libgearman-server/
H A Dgearmand_thread.cc98 static void _log(const char *line, gearmand_verbose_t verbose, gearmand_thread_st *dthread);
470 gearmand_thread_st *dthread= (gearmand_thread_st*)fn_arg; in _run() local
471 gearmand_thread_wakeup(dthread, GEARMAND_WAKEUP_RUN); in _run()
/dports/dns/knot3-lib/knot-3.1.5/tests/contrib/
H A Dtest_spinlock.c30 static int thread(struct dthread *thread) in thread()
/dports/dns/knot3/knot-3.1.5/tests/contrib/
H A Dtest_spinlock.c30 static int thread(struct dthread *thread) in thread()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/OPJViewer/source/
H A DOPJViewer.cpp1021 OPJDecoThread *dthread = currframe->m_canvas->CreateDecoThread(); in OnReload() local
1023 if (dthread->Run() != wxTHREAD_NO_ERROR) in OnReload()
1431 OPJDecoThread *dthread = CreateDecoThread(); in BEGIN_EVENT_TABLE() local
1433 if (dthread->Run() != wxTHREAD_NO_ERROR) in BEGIN_EVENT_TABLE()
1445 OPJDecoThread *dthread = new OPJDecoThread(this); in CreateDecoThread() local
1447 if (dthread->Create() != wxTHREAD_NO_ERROR) in CreateDecoThread()
1451 wxGetApp().m_deco_threads.Add(dthread); in CreateDecoThread()
1453 return dthread; in CreateDecoThread()
/dports/graphics/openjpeg/openjpeg-2.4.0/src/bin/wx/OPJViewer/source/
H A DOPJViewer.cpp1026 OPJDecoThread *dthread = currframe->m_canvas->CreateDecoThread(); in OnReload() local
1028 if (dthread->Run() != wxTHREAD_NO_ERROR) in OnReload()
1436 OPJDecoThread *dthread = CreateDecoThread(); in BEGIN_EVENT_TABLE() local
1438 if (dthread->Run() != wxTHREAD_NO_ERROR) in BEGIN_EVENT_TABLE()
1450 OPJDecoThread *dthread = new OPJDecoThread(this); in CreateDecoThread() local
1452 if (dthread->Create() != wxTHREAD_NO_ERROR) in CreateDecoThread()
1456 wxGetApp().m_deco_threads.Add(dthread); in CreateDecoThread()
1458 return dthread; in CreateDecoThread()
/dports/www/firefox-esr/firefox-91.8.0/media/libaom/
H A Dsources.mozbuild112 '../../third_party/aom/av1/decoder/dthread.c',
205 '../../third_party/aom/av1/decoder/dthread.c',
367 '../../third_party/aom/av1/decoder/dthread.c',
529 '../../third_party/aom/av1/decoder/dthread.c',
/dports/www/firefox/firefox-99.0/media/libaom/
H A Dsources.mozbuild112 '../../third_party/aom/av1/decoder/dthread.c',
205 '../../third_party/aom/av1/decoder/dthread.c',
367 '../../third_party/aom/av1/decoder/dthread.c',
529 '../../third_party/aom/av1/decoder/dthread.c',
/dports/mail/thunderbird/thunderbird-91.8.0/media/libaom/
H A Dsources.mozbuild112 '../../third_party/aom/av1/decoder/dthread.c',
205 '../../third_party/aom/av1/decoder/dthread.c',
367 '../../third_party/aom/av1/decoder/dthread.c',
529 '../../third_party/aom/av1/decoder/dthread.c',
/dports/lang/spidermonkey78/firefox-78.9.0/media/libaom/
H A Dsources.mozbuild112 '../../third_party/aom/av1/decoder/dthread.c',
205 '../../third_party/aom/av1/decoder/dthread.c',
368 '../../third_party/aom/av1/decoder/dthread.c',
530 '../../third_party/aom/av1/decoder/dthread.c',
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp80 JvmtiAgentThread *dthread = (JvmtiAgentThread *)thread; in start_function_wrapper() local
81 dthread->call_start_function(); in start_function_wrapper()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp81 JvmtiAgentThread *dthread = (JvmtiAgentThread *)thread; in start_function_wrapper() local
82 dthread->call_start_function(); in start_function_wrapper()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiImpl.cpp78 JvmtiAgentThread *dthread = (JvmtiAgentThread *)thread; in start_function_wrapper() local
79 dthread->call_start_function(); in start_function_wrapper()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp81 JvmtiAgentThread *dthread = (JvmtiAgentThread *)thread; in start_function_wrapper() local
82 dthread->call_start_function(); in start_function_wrapper()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp79 JvmtiAgentThread *dthread = (JvmtiAgentThread *)thread; in start_function_wrapper() local
80 dthread->call_start_function(); in start_function_wrapper()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp80 JvmtiAgentThread *dthread = (JvmtiAgentThread *)thread; in start_function_wrapper() local
81 dthread->call_start_function(); in start_function_wrapper()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp79 JvmtiAgentThread *dthread = (JvmtiAgentThread *)thread; in start_function_wrapper() local
80 dthread->call_start_function(); in start_function_wrapper()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiImpl.cpp79 JvmtiAgentThread *dthread = (JvmtiAgentThread *)thread; in start_function_wrapper() local
80 dthread->call_start_function(); in start_function_wrapper()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp73 JvmtiAgentThread *dthread = (JvmtiAgentThread *)thread; in start_function_wrapper() local
74 dthread->call_start_function(); in start_function_wrapper()

12