Searched refs:WaitSelect (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/rtc_base/ |
D | physical_socket_server.h | 93 bool WaitSelect(int cms, bool process_io);
|
D | physical_socket_server.cc | 1193 return WaitSelect(cmsWait, process_io); in Wait() 1245 bool PhysicalSocketServer::WaitSelect(int cmsWait, bool process_io) { in WaitSelect() function in rtc::PhysicalSocketServer
|
/external/curl/lib/ |
D | curl_setup.h | 282 # define select(a,b,c,d,e) WaitSelect(a,b,c,d,e,0)
|
/external/curl/ |
D | acinclude.m4 | 1886 #define select(a,b,c,d,e) WaitSelect(a,b,c,d,e,0) 1951 #define select(a,b,c,d,e) WaitSelect(a,b,c,d,e,0)
|