Searched refs:thread_start_thunk (Results 1 – 2 of 2) sorted by relevance
18 static void *thread_start_thunk(void *vthread) in thread_start_thunk() function48 ret = pthread_create(handle, &attr, thread_start_thunk, thread); in ossl_crypto_thread_native_spawn()
16 static unsigned __stdcall thread_start_thunk(LPVOID vthread) in thread_start_thunk() function43 *handle = (HANDLE)_beginthreadex(NULL, 0, &thread_start_thunk, thread, 0, NULL); in ossl_crypto_thread_native_spawn()
Completed in 8 milliseconds