Home
last modified time | relevance | path

Searched refs:thread_start_thunk (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/thread/arch/
H A Dthread_posix.c18 static void *thread_start_thunk(void *vthread) in thread_start_thunk() function
48 ret = pthread_create(handle, &attr, thread_start_thunk, thread); in ossl_crypto_thread_native_spawn()
H A Dthread_win.c16 static unsigned __stdcall thread_start_thunk(LPVOID vthread) in thread_start_thunk() function
43 *handle = (HANDLE)_beginthreadex(NULL, 0, &thread_start_thunk, thread, 0, NULL); in ossl_crypto_thread_native_spawn()

Completed in 6 milliseconds