Home
last modified time | relevance | path

Searched defs:thread_join (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/common/
H A Dcommon-thread.c26 int COMMON_PREFIX (thread_join) (bson_thread_t thread) in COMMON_PREFIX() argument
41 int COMMON_PREFIX (thread_join) (bson_thread_t thread) in COMMON_PREFIX() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/native_client/src/untrusted/irt_stub/
H A Dthread_creator.c29 static int thread_join(uintptr_t tid) { in thread_join() function
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/ngs/src/
H A Dthread.cc47 int ngs::thread_join(Thread_t *thread, void **ret) { in thread_join() function in ngs
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/native_client/src/untrusted/irt_stub/
H A Dthread_creator.c29 static int thread_join(uintptr_t tid) { in thread_join() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Digs_resource_thread_unix.cpp44 void igs::resource::thread_join(const pthread_t thread_id) { in thread_join() function in igs::resource
H A Digs_resource_thread_win.cpp49 void igs::resource::thread_join(const HANDLE thread_id) { in thread_join() function in igs::resource
/dports/cad/repsnapper/repsnapper-2.5a4/src/printer/
H A Dthread.h32 #define thread_join( thread ) pthread_join( thread, NULL ) macro
59 inline int thread_join( thread_t thd ) { g_thread_join( thd ); return 0; }; in thread_join() function
80 inline int thread_join( thread_t thd ) { g_thread_join( thd ); return 0; }; in thread_join() function
/dports/security/tpm2-abrmd/tpm2-abrmd-2.4.0/src/
H A Dthread.c52 thread_join (Thread *self) in thread_join() function
/dports/devel/libxs/libxs-1.2.0/tests/
H A Dtestutil.hpp80 void thread_join (void *thread_) in thread_join() function
120 void thread_join (void *thread_) in thread_join() function
/dports/devel/mspdebug/mspdebug-493f38b/util/
H A Dthread.h43 static inline void thread_join(thread_t t) in thread_join() function
116 static inline void thread_join(thread_t t) in thread_join() function
/dports/math/libmesh/libmesh-1.6.2/src/physics/
H A Ddiff_qoi.C33 void DifferentiableQoI::thread_join( std::vector<Number> & qoi, in thread_join() function
/dports/databases/db5/db-5.3.28/examples/c/ex_rep/common/
H A Drep_common.h58 #define thread_join(thr, statusp) \ macro
69 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/nacl_irt/public/
H A Dirt_ppapi.h34 int (*thread_join)(uintptr_t tid); member
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/nacl_irt/public/
H A Dirt_ppapi.h34 int (*thread_join)(uintptr_t tid); member
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dthreads.h33 #define thread_join(th) pthread_join(th, 0) macro
74 #define thread_join(th) \ macro
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/src/
H A Dthread.h73 #define thread_join(t, res) thread_join_impl(t, res) macro
104 #define thread_join(t, res) (void)pthread_join(t, res) macro
/dports/databases/db18/db-18.1.40/test/c/suites/
H A DTestKeyExistErrorReturn.c33 #define thread_join(thr, statusp) \ macro
52 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) macro
/dports/databases/db5/db-5.3.28/test/c/suites/
H A DTestKeyExistErrorReturn.c33 #define thread_join(thr, statusp) \ macro
52 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) macro
/dports/audio/lmms/lmms-1.2.2/src/3rdparty/rpmalloc/rpmalloc/test/
H A Dthread.c64 thread_join(uintptr_t handle) { in thread_join() function
/dports/comms/py-libimobiledevice/libimobiledevice-1.3.0/common/
H A Dthread.c58 int thread_join(THREAD_T thread) in thread_join() function
/dports/comms/libusbmuxd/libusbmuxd-2.0.2/common/
H A Dthread.c58 int thread_join(THREAD_T thread) in thread_join() function
/dports/comms/libimobiledevice/libimobiledevice-1.3.0/common/
H A Dthread.c58 int thread_join(THREAD_T thread) in thread_join() function
/dports/databases/db5/db-5.3.28/examples/c/txn_guide/
H A Dtxn_guide_inmemory.c28 #define thread_join(thr, statusp) \ macro
47 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) macro
/dports/databases/db18/db-18.1.40/examples/c/txn_guide/
H A Dtxn_guide_inmemory.c28 #define thread_join(thr, statusp) \ macro
47 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) macro
/dports/devel/libmowgli2/libmowgli-2-2.1.3/src/libmowgli/thread/
H A Dthread.h67 void *(*thread_join)(mowgli_thread_t * thread); member

1234567