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