Home
last modified time | relevance | path

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

/external/fio/engines/
Dwindowsaio.c45 static DWORD WINAPI IoCompletionRoutine(LPVOID lpParameter);
364 static DWORD WINAPI IoCompletionRoutine(LPVOID lpParameter) in IoCompletionRoutine() argument
374 ctx = (struct thread_ctx*)lpParameter; in IoCompletionRoutine()
/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/google-breakpad/src/client/windows/handler/
Dexception_handler.h313 static DWORD WINAPI ExceptionHandlerThreadMain(void* lpParameter);
Dexception_handler.cc384 DWORD ExceptionHandler::ExceptionHandlerThreadMain(void* lpParameter) { in ExceptionHandlerThreadMain() argument
385 ExceptionHandler* self = reinterpret_cast<ExceptionHandler *>(lpParameter); in ExceptionHandlerThreadMain()
/external/curl/tests/server/
Dsockfilt.c519 static DWORD WINAPI select_ws_wait_thread(LPVOID lpParameter) in select_ws_wait_thread() argument
528 data = (struct select_ws_wait_data *) lpParameter; in select_ws_wait_thread()
/external/dbus/dbus/
Ddbus-sysdeps-win.c2385 static DWORD WINAPI dump_thread_proc(LPVOID lpParameter) in dump_thread_proc() argument
2387 dump_backtrace_for_thread((HANDLE)lpParameter); in dump_thread_proc()