Searched refs:select_ws_wait_thread (Results 1 – 1 of 1) sorted by relevance
/curl/tests/server/ |
H A D | sockfilt.c | 450 static DWORD WINAPI select_ws_wait_thread(LPVOID lpParameter) in select_ws_wait_thread() function 453 static unsigned int WINAPI select_ws_wait_thread(void *lpParameter) in select_ws_wait_thread() 614 thread = CreateThread(NULL, 0, &select_ws_wait_thread, data, 0, NULL); in select_ws_wait() 616 thread = _beginthreadex(NULL, 0, &select_ws_wait_thread, data, 0, NULL); in select_ws_wait()
|
Completed in 6 milliseconds