Searched refs:lpParameter (Results 1 – 9 of 9) sorted by relevance
35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() argument37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
78 static DWORD WINAPI myThreadProc(LPVOID lpParameter) in myThreadProc() argument80 void *(* start_routine)(void *) = (void *(*)(void *))lpParameter; in myThreadProc()
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()
676 static DWORD WINAPI main_window_loop(LPVOID lpParameter) in main_window_loop() argument684 wc.hInstance = (HINSTANCE)lpParameter; in main_window_loop()
407 static DWORD WINAPI select_ws_wait_thread(LPVOID lpParameter) in select_ws_wait_thread() argument416 data = (struct select_ws_wait_data *) lpParameter; in select_ws_wait_thread()
315 static DWORD WINAPI ExceptionHandlerThreadMain(void* lpParameter);
385 DWORD ExceptionHandler::ExceptionHandlerThreadMain(void* lpParameter) { in ExceptionHandlerThreadMain() argument386 ExceptionHandler* self = reinterpret_cast<ExceptionHandler *>(lpParameter); in ExceptionHandlerThreadMain()
257 PostToQueueCallback(PVOID lpParameter, BOOLEAN TimerOrWaitFired) in PostToQueueCallback() argument259 struct PostCallbackData *p = (struct PostCallbackData*) lpParameter; in PostToQueueCallback()