Home
last modified time | relevance | path

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

/curl/tests/server/
H A Dsockfilt.c442 static DWORD WINAPI select_ws_wait_thread(LPVOID lpParameter) in select_ws_wait_thread() function
445 static unsigned int WINAPI select_ws_wait_thread(void *lpParameter) in select_ws_wait_thread()
606 thread = CreateThread(NULL, 0, &select_ws_wait_thread, data, 0, NULL); in select_ws_wait()
608 thread = _beginthreadex(NULL, 0, &select_ws_wait_thread, data, 0, NULL); in select_ws_wait()

Completed in 9 milliseconds