Searched refs:thread_run (Results 1 – 2 of 2) sorted by relevance
/openssl/test/ |
H 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 74 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0; in run_thread()
|
H A D | drbgtest.c | 707 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() function 720 *t = CreateThread(NULL, 0, thread_run, NULL, 0, NULL); in run_thread() 733 static void *thread_run(void *arg) in thread_run() function 746 return pthread_create(t, NULL, thread_run, NULL) == 0; in run_thread()
|
Completed in 11 milliseconds