Home
last modified time | relevance | path

Searched refs:vthread (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() argument
23 thread = (CRYPTO_THREAD *)vthread; in thread_start_thunk()
H A Dthread_win.c16 static unsigned __stdcall thread_start_thunk(LPVOID vthread) in thread_start_thunk() argument
21 thread = (CRYPTO_THREAD *)vthread; in thread_start_thunk()

Completed in 11 milliseconds