Searched refs:thread_run (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/crypto/openssl/test/
H A Dthreadstest.h36 static DWORD WINAPI thread_run(LPVOID arg) function
48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL);
61 static void *thread_run(void *arg) function
73 return pthread_create(t, NULL, thread_run, *(void **) &f) == 0;
H A Ddrbgtest.c713 static DWORD WINAPI thread_run(LPVOID arg) function
726 *t = CreateThread(NULL, 0, thread_run, NULL, 0, NULL);
739 static void *thread_run(void *arg) function
752 return pthread_create(t, NULL, thread_run, NULL) == 0;

Completed in 138 milliseconds