Searched refs:thread_run (Results 1 – 2 of 2) sorted by relevance
/openssl-master/test/ |
A 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()
|
A D | drbgtest.c | 724 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function 737 *t = CreateThread(NULL, 0, thread_run, NULL, 0, NULL); in run_thread() 750 static void *thread_run(void *arg) in thread_run() function 763 return pthread_create(t, NULL, thread_run, NULL) == 0; in run_thread()
|
Completed in 6 milliseconds