Searched refs:vthread (Results 1 – 2 of 2) sorted by relevance
18 static void *thread_start_thunk(void *vthread) in thread_start_thunk() argument23 thread = (CRYPTO_THREAD *)vthread; in thread_start_thunk()
16 static unsigned __stdcall thread_start_thunk(LPVOID vthread) in thread_start_thunk() argument21 thread = (CRYPTO_THREAD *)vthread; in thread_start_thunk()
Completed in 6 milliseconds