Home
last modified time | relevance | path

Searched defs:ThreadContext (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dpthread.c43 typedef struct ThreadContext { struct
63 } ThreadContext; argument
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dpthread.c43 typedef struct ThreadContext { struct
63 } ThreadContext; argument
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dpthread.c30 typedef struct ThreadContext { struct
43 } ThreadContext; argument
H A Dw32thread.c28 typedef struct ThreadContext{ struct
36 }ThreadContext; argument
H A Dos2thread.c31 typedef struct ThreadContext{ struct
39 }ThreadContext; typedef
H A Dbeosthread.c26 typedef struct ThreadContext{ struct
34 }ThreadContext; argument
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dpthread.c36 typedef struct ThreadContext { struct
45 } ThreadContext; typedef
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dpthread.c36 typedef struct ThreadContext { struct
45 } ThreadContext; argument
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dpthread.c36 typedef struct ThreadContext { struct
45 } ThreadContext; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dpthread.c36 typedef struct ThreadContext { struct
45 } ThreadContext; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dpthread.c36 typedef struct ThreadContext { struct
45 } ThreadContext; argument
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-contrib/zookeeper-contrib-zkfuse/src/
H A Dthread.h59 struct ThreadContext { struct
61 ThreadContext(T& ctx, FuncPtr func) : _ctx(ctx), _func(func) {} in ThreadContext() argument
71 ThreadContext<T>* tc = (ThreadContext<T>*)(obj); in ThreadExec() argument
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/lcms2-5.4.1/src/
H A Dcontext.rs25 impl UnwindSafe for ThreadContext {} implementation
26 impl RefUnwindSafe for ThreadContext {} implementation
58 unsafe impl Send for ThreadContext {} implementation
60 impl<'a> Context for &'a ThreadContext { implementation
81 impl Context for ThreadContext { implementation
102 pub struct ThreadContext { struct
120 impl ThreadContext { impl
201 impl Clone for ThreadContext { implementation
207 impl Drop for ThreadContext { implementation
219 impl Default for ThreadContext { implementation
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Thread/
H A DThreadManager.cpp34 struct ThreadContext { struct
44 ThreadManager::ThreadManager() : global_(new GlobalThreadContext()) { in ThreadManager() argument
64 static void WorkerThreadFunc(GlobalThreadContext *global, ThreadContext *thread) { in WorkerThreadFunc() argument
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Thread/
H A DThreadManager.cpp34 struct ThreadContext { struct
44 ThreadManager::ThreadManager() : global_(new GlobalThreadContext()) { in ThreadManager() argument
64 static void WorkerThreadFunc(GlobalThreadContext *global, ThreadContext *thread) { in WorkerThreadFunc() argument
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Thread/
H A DThreadManager.cpp34 struct ThreadContext { struct
44 ThreadManager::ThreadManager() : global_(new GlobalThreadContext()) { in ThreadManager() argument
64 static void WorkerThreadFunc(GlobalThreadContext *global, ThreadContext *thread) { in WorkerThreadFunc() argument
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/multithread/
H A DCTPP2MT.cpp54 struct ThreadContext struct
69 ThreadContext * pThreadContext = (ThreadContext *)pContext; in ThreadFunction() argument
/dports/textproc/ctpp2/ctpp2-2.8.3/multithread/
H A DCTPP2MT.cpp54 struct ThreadContext struct
69 ThreadContext * pThreadContext = (ThreadContext *)pContext; in ThreadFunction() argument
/dports/devel/log4net/log4net-1.2.10/src/
H A DThreadContext.cs69 public sealed class ThreadContext class
81 private ThreadContext() in ThreadContext() method in log4net.ThreadContext
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/
H A DBusyIndicatorRunnableContext.java38 private static class ThreadContext extends Thread { class in BusyIndicatorRunnableContext.BusyRunnable
42 public ThreadContext(IRunnableWithProgress runnable) { in ThreadContext() method in BusyIndicatorRunnableContext.BusyRunnable.ThreadContext
45 protected ThreadContext(IRunnableWithProgress runnable, String name) { in ThreadContext() method in BusyIndicatorRunnableContext.BusyRunnable.ThreadContext
/dports/devel/mingw32-gcc/gcc-4.8.1/libsanitizer/tsan/
H A Dtsan_rtl.h424 struct ThreadContext { struct
442 ThreadContext *dead_next; // In dead thread list. argument
445 explicit ThreadContext(int tid); argument
/dports/lang/gcc48/gcc-4.8.5/libsanitizer/tsan/
H A Dtsan_rtl.h424 struct ThreadContext { struct
442 ThreadContext *dead_next; // In dead thread list. argument
445 explicit ThreadContext(int tid); argument
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/thread/
H A DPool.cpp8 struct ThreadContext { struct
19 static thread_local ThreadContext threadLocalContext; argument
/dports/math/gfan/gfan0.6.2/src/
H A Dgfanlib_paralleltraverser.cpp369 struct ThreadContext { struct
370 JobCentral* central;
372 Traverser* traverser;
374 int step_count;
376 ThreadContext( JobCentral* central, in ThreadContext() argument
/dports/math/singular/Singular-Release-4-2-1/gfanlib/
H A Dgfanlib_paralleltraverser.cpp369 struct ThreadContext { struct
370 JobCentral* central;
372 Traverser* traverser;
374 int step_count;
376 ThreadContext( JobCentral* central, in ThreadContext() function

1234567891011