Home
last modified time | relevance | path

Searched refs:thread_run (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dqthread_signal_test.py41 thread_run = False variable
65 global thread_run
66 thread_run = True
77 global thread_run
86 while not thread_run:
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dqthread_signal_test.py41 thread_run = False variable
65 global thread_run
66 thread_run = True
77 global thread_run
86 while not thread_run:
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dqthread_signal_test.py41 thread_run = False variable
65 global thread_run
66 thread_run = True
77 global thread_run
86 while not thread_run:
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dthreadstest.h36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dthreadstest.h36 static DWORD WINAPI thread_run(LPVOID arg)
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL);
61 static void *thread_run(void *arg)
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in setup_trace_category()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dthreadstest.h36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dthreadstest.h36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/test/
H A Dthreadstest.h36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/security/openssl-devel/openssl-3.0.2/test/
H A Dthreadstest.h36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/devel/py-fudge/fudge-1.1.1/fudge/tests/
H A Dtest_registry.py103 class thread_run: class
135 thread_run.errors.append(er)
138 thread_run.waiting -= 1
147 while thread_run.waiting > 0:
153 if len(thread_run.errors):
156 e.__class__.__name__, e) for e in thread_run.errors])
/dports/benchmarks/sysbench/sysbench-1.0.20/tests/t/
H A Dcmd_run.t8 > function thread_run()
9 > print('function thread_run()')
15 function thread_run()
/dports/audio/drumgizmo/drumgizmo-0.9.19/src/
H A Dthread.cc41 tid = CreateThread(NULL, 0, thread_run, this, 0, NULL); in run()
43 pthread_create(&tid, NULL, thread_run, this); in run()
61 Thread::thread_run(void *data) in thread_run() function in Thread
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dthreadstest.c36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dthreadstest.c36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dthreadstest.c36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dthreadstest.c36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dthreadstest.c36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/
H A Dthread_test.c30 static DWORD WINAPI thread_run(LPVOID arg) { in thread_run() function
44 0 /* default stack size */, thread_run, arg, in run_thread()
61 static void *thread_run(void *arg) { in thread_run() function
68 return pthread_create(out_thread, NULL /* default attributes */, thread_run, in run_thread()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dthreadstest.c36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dthreadstest.c36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dthreadstest.c36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/security/openssl/openssl-1.1.1n/test/
H A Dthreadstest.c36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/security/openssl-static/openssl-1.1.1l/test/
H A Dthreadstest.c36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dthreadstest.c36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
61 static void *thread_run(void *arg) in thread_run() function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/loggen/socket_plugin/
H A Dsocket_plugin.c56 static gboolean thread_run; variable
204 thread_run = TRUE; in start()
223 thread_run = FALSE; in stop()
283 while (!thread_run) in idle_thread_func()
292 while (fd > 0 && thread_run && active_thread_count > 0) in idle_thread_func()
349 while (!thread_run) in active_thread_func()
366 while (fd>0 && thread_run && !connection_error) in active_thread_func()
396 if(connection_error && option->reconnect && thread_run) in active_thread_func()

1234567