/third_party/openssl/test/ |
D | threadstest.h | 36 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()
|
D | drbgtest.c | 713 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function 726 *t = CreateThread(NULL, 0, thread_run, NULL, 0, NULL); in run_thread() 739 static void *thread_run(void *arg) in thread_run() function 752 return pthread_create(t, NULL, thread_run, NULL) == 0; in run_thread()
|
/third_party/ltp/testcases/kernel/crypto/ |
D | af_alg07.c | 61 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/ |
D | pty05.c | 39 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/ |
D | sendmsg03.c | 68 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/ |
D | timerfd_settime02.c | 70 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/ |
D | setsockopt06.c | 51 static void *thread_run(void *arg) in thread_run() function 79 tst_fzsync_pair_reset(&fzsync_pair, thread_run); in run()
|
D | setsockopt07.c | 58 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/sound/ |
D | snd_seq01.c | 90 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/kernel/syscalls/bind/ |
D | bind06.c | 69 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/network/can/cve/ |
D | can_bcm01.c | 64 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/mem/thp/ |
D | thp04.c | 102 static void *thread_run(void *arg) in thread_run() function 124 tst_fzsync_pair_reset(&fzsync_pair, thread_run); in run()
|
/third_party/ltp/testcases/kernel/syscalls/writev/ |
D | writev03.c | 56 static void *thread_run(void *arg) in thread_run() function 93 tst_fzsync_pair_reset(&fzsync_pair, thread_run); in run()
|
/third_party/ltp/utils/benchmark/ebizzy-0.3/ |
D | ebizzy.c | 424 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/mesa3d/src/vulkan/runtime/ |
D | vk_queue.h | 97 bool thread_run; member
|
D | vk_queue.c | 464 while (queue->submit.thread_run) { in vk_queue_submit_thread_func() 524 queue->submit.thread_run = true; in vk_queue_start_submit_thread() 543 queue->submit.thread_run = false; in vk_queue_stop_submit_thread()
|
/third_party/python/Modules/ |
D | _threadmodule.c | 1079 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()
|