Home
last modified time | relevance | path

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

/third_party/openssl/test/
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()
Ddrbgtest.c874 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function
887 *t = CreateThread(NULL, 0, thread_run, NULL, 0, NULL); in run_thread()
900 static void *thread_run(void *arg) in thread_run() function
913 return pthread_create(t, NULL, thread_run, NULL) == 0; in run_thread()
/third_party/ltp/testcases/kernel/crypto/
Daf_alg07.c61 static void *thread_run(void *arg) in thread_run() function
74 tst_fzsync_pair_reset(&fzsync_pair, thread_run); in run()
/third_party/ltp/testcases/kernel/pty/
Dpty05.c39 static void *thread_run(void *arg) in thread_run() function
54 tst_fzsync_pair_reset(&fzsync_pair, thread_run); in run()
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg03.c68 static void *thread_run(void *arg) in thread_run() function
85 tst_fzsync_pair_reset(&fzsync_pair, thread_run); in run()
/third_party/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd_settime02.c70 static void *thread_run(void *arg) in thread_run() function
83 tst_fzsync_pair_reset(&fzsync_pair, thread_run); in run()
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt06.c51 static void *thread_run(void *arg) in thread_run() function
79 tst_fzsync_pair_reset(&fzsync_pair, thread_run); in run()
Dsetsockopt07.c58 static void *thread_run(void *arg) in thread_run() function
83 tst_fzsync_pair_reset(&fzsync_pair, thread_run); in run()
/third_party/ltp/testcases/kernel/syscalls/bind/
Dbind06.c69 static void *thread_run(void *arg) in thread_run() function
84 tst_fzsync_pair_reset(&fzsync_pair, thread_run); in run()
/third_party/ltp/testcases/kernel/sound/
Dsnd_seq01.c90 static void *thread_run(void *arg) in thread_run() function
103 tst_fzsync_pair_reset(&fzsync_pair, thread_run); in run()
/third_party/ltp/testcases/network/can/cve/
Dcan_bcm01.c64 static void *thread_run(void *arg) in thread_run() function
111 tst_fzsync_pair_reset(&fzsync_pair, thread_run); in run()
/third_party/ltp/testcases/kernel/syscalls/writev/
Dwritev03.c56 static void *thread_run(void *arg) in thread_run() function
93 tst_fzsync_pair_reset(&fzsync_pair, thread_run); in run()
/third_party/ltp/testcases/kernel/mem/thp/
Dthp04.c102 static void *thread_run(void *arg) in thread_run() function
124 tst_fzsync_pair_reset(&fzsync_pair, thread_run); in run()
/third_party/ltp/utils/benchmark/ebizzy-0.3/
Debizzy.c424 static void *thread_run(void *arg __attribute__((unused))) in thread_run() function
463 err = pthread_create(&thread_array[i], NULL, thread_run, NULL); in start_threads()
/third_party/python/Modules/
D_threadmodule.c1079 thread_run(void *boot_raw) in thread_run() function
1160 unsigned long ident = PyThread_start_new_thread(thread_run, (void*) boot); in thread_PyThread_start_new_thread()