Searched refs:lpParameter (Results 1 – 6 of 6) sorted by relevance
45 static DWORD WINAPI IoCompletionRoutine(LPVOID lpParameter);367 static DWORD WINAPI IoCompletionRoutine(LPVOID lpParameter) in IoCompletionRoutine() argument377 ctx = (struct thread_ctx*)lpParameter; in IoCompletionRoutine()
147 static void* ExceptionHandlerThreadMain(void *lpParameter);
42 static void CALLBACK timerCallback (PVOID lpParameter, BOOLEAN timerOrWaitFired) in timerCallback() argument44 const deTimer* timer = (const deTimer*)lpParameter; in timerCallback()
313 static DWORD WINAPI ExceptionHandlerThreadMain(void* lpParameter);
384 DWORD ExceptionHandler::ExceptionHandlerThreadMain(void* lpParameter) { in ExceptionHandlerThreadMain() argument385 ExceptionHandler* self = reinterpret_cast<ExceptionHandler *>(lpParameter); in ExceptionHandlerThreadMain()
528 static DWORD WINAPI select_ws_wait_thread(LPVOID lpParameter) in select_ws_wait_thread() argument537 data = (struct select_ws_wait_data *) lpParameter; in select_ws_wait_thread()