Home
last modified time | relevance | path

Searched defs:lpParameter (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/lz4/programs/
H A Dthreadpool.c116 static DWORD WINAPI WorkerThread(LPVOID lpParameter) in WorkerThread()
/aosp_15_r20/external/deqp/framework/delibs/deutil/
H A DdeTimer.c42 static void CALLBACK timerCallback(PVOID lpParameter, BOOLEAN timerOrWaitFired) in timerCallback()
/aosp_15_r20/external/curl/tests/server/
H A Dutil.c625 static DWORD WINAPI main_window_loop(LPVOID lpParameter) in main_window_loop()
H A Dsockfilt.c448 static DWORD WINAPI select_ws_wait_thread(LPVOID lpParameter) in select_ws_wait_thread()
/aosp_15_r20/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc388 DWORD ExceptionHandler::ExceptionHandlerThreadMain(void* lpParameter) { in ExceptionHandlerThreadMain()
/aosp_15_r20/external/python/cpython3/Modules/
Doverlapped.c323 PostToQueueCallback(PVOID lpParameter, BOOLEAN TimerOrWaitFired) in PostToQueueCallback()