Home
last modified time | relevance | path

Searched defs:join_thread (Results 1 – 25 of 93) sorted by relevance

1234

/dports/security/ykpers/ykpers-1.19.0/tests/
H A Dtest_threaded_calls.c41 #define join_thread(thread, retval) WaitForSingleObject(thread, INFINITE) macro
46 #define join_thread(thread, retval) pthread_join(thread, retval) macro
/dports/security/wolfssl/wolfssl-5.1.0/tests/
H A Dunit.c236 void join_thread(THREAD_TYPE thread) in join_thread() function
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/tests/
H A Dunit.c236 void join_thread(THREAD_TYPE thread) in join_thread() function
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/tests/
H A Dunit.c236 void join_thread(THREAD_TYPE thread) in join_thread() function
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/tests/
H A Dunit.c236 void join_thread(THREAD_TYPE thread) in join_thread() function
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/tests/
H A Dunit.c236 void join_thread(THREAD_TYPE thread) in join_thread() function
/dports/audio/sphinx3/sphinx3-0.8/src/programs/
H A Dmain_livedecode.c103 #define join_thread(t) WaitForSingleObject(t, INFINITE) macro
157 #define join_thread(t) pthread_join(t, NULL) macro
/dports/lang/python310/Python-3.10.1/Lib/test/support/
H A Dthreading_helper.py105 def join_thread(thread, timeout=None): function
/dports/lang/python311/Python-3.11.0a3/Lib/test/support/
H A Dthreading_helper.py105 def join_thread(thread, timeout=None): function
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/testsuite/
H A Dtestsuite.cpp129 void join_thread(THREAD_TYPE thread) in join_thread() function
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/testsuite/
H A Dtestsuite.cpp129 void join_thread(THREAD_TYPE thread) in join_thread() function
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/testsuite/
H A Dtestsuite.cpp129 void join_thread(THREAD_TYPE thread) in join_thread() function
/dports/devel/py-futurist/futurist-2.4.0/futurist/
H A D_thread.py49 join_thread = lambda thread: thread.join(sys.maxint) function
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydev_tests_python/
H A Dtests_single_notification.py82 def join_thread(t): function
/dports/devel/avro-c/avro-c-1.11.0/tests/
H A Dtest_avro_errors_are_thread_safe.c188 static int join_thread( THR_HANDLE thread_handle ) in join_thread() function
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/tests/
H A Dtest_avro_errors_are_thread_safe.c188 static int join_thread( THR_HANDLE thread_handle ) in join_thread() function
/dports/emulators/hercules/hercules-3.13/
H A Dhthreads.h24 #define join_thread(tid,pcode) fthread_join((tid),(pcode)) macro
94 #define join_thread(tid,pcode) \ macro
160 #define join_thread(tid,pcode) \ macro
/dports/security/libgpg-error/libgpg-error-1.43/tests/
H A Dt-poll.c155 join_thread (struct thread_arg *th) in join_thread() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgpg-error/tests/
H A Dt-poll.c155 join_thread (struct thread_arg *th) in join_thread() function
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/unittest/gunit/xplugin/
H A Dsync_variable_t.cc80 void join_thread() in join_thread() function in ngs::test::Ngs_sync_variable
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/unittest/gunit/xplugin/
H A Dsync_variable_t.cc80 void join_thread() in join_thread() function in ngs::test::Ngs_sync_variable
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/unittest/gunit/xplugin/
H A Dsync_variable_t.cc80 void join_thread() in join_thread() function in ngs::test::Ngs_sync_variable
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/unittest/gunit/xplugin/
H A Dsync_variable_t.cc80 void join_thread() in join_thread() function in ngs::test::Ngs_sync_variable
/dports/databases/mysql57-client/mysql-5.7.36/rapid/unittest/gunit/xplugin/
H A Dsync_variable_t.cc80 void join_thread() in join_thread() function in ngs::test::Ngs_sync_variable
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/unittest/gunit/xplugin/
H A Dsync_variable_t.cc80 void join_thread() in join_thread() function in ngs::test::Ngs_sync_variable

1234