Home
last modified time | relevance | path

Searched refs:lpParameter (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/openmp/runtime/test/
Domp_testsuite.h35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() argument
37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()
/external/python/cffi/testing/embedding/
Dthread-test.h78 static DWORD WINAPI myThreadProc(LPVOID lpParameter) in myThreadProc() argument
80 void *(* start_routine)(void *) = (void *(*)(void *))lpParameter; in myThreadProc()
/external/google-breakpad/src/client/solaris/handler/
Dexception_handler.h147 static void* ExceptionHandlerThreadMain(void *lpParameter);
/external/deqp/framework/delibs/deutil/
DdeTimer.c42 static void CALLBACK timerCallback (PVOID lpParameter, BOOLEAN timerOrWaitFired) in timerCallback() argument
44 const deTimer* timer = (const deTimer*)lpParameter; in timerCallback()
/external/curl/tests/server/
Dutil.c676 static DWORD WINAPI main_window_loop(LPVOID lpParameter) in main_window_loop() argument
684 wc.hInstance = (HINSTANCE)lpParameter; in main_window_loop()
Dsockfilt.c407 static DWORD WINAPI select_ws_wait_thread(LPVOID lpParameter) in select_ws_wait_thread() argument
416 data = (struct select_ws_wait_data *) lpParameter; in select_ws_wait_thread()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.h315 static DWORD WINAPI ExceptionHandlerThreadMain(void* lpParameter);
Dexception_handler.cc385 DWORD ExceptionHandler::ExceptionHandlerThreadMain(void* lpParameter) { in ExceptionHandlerThreadMain() argument
386 ExceptionHandler* self = reinterpret_cast<ExceptionHandler *>(lpParameter); in ExceptionHandlerThreadMain()
/external/python/cpython3/Modules/
Doverlapped.c257 PostToQueueCallback(PVOID lpParameter, BOOLEAN TimerOrWaitFired) in PostToQueueCallback() argument
259 struct PostCallbackData *p = (struct PostCallbackData*) lpParameter; in PostToQueueCallback()