Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclio/src/
Doscl_socket_serv_imp_pv.h130 void ProcessSocketRequests(int &, int &n);
132 void ProcessSocketRequests();
Doscl_socket_serv_imp_pv.cpp625 void OsclSocketServI::ProcessSocketRequests(int& aNhandles, int &aNfds) in ProcessSocketRequests() function in OsclSocketServI
627 void OsclSocketServI::ProcessSocketRequests() in ProcessSocketRequests()
865 ProcessSocketRequests(nhandles, nfds); in ServerExit()
867 ProcessSocketRequests(); in ServerExit()
1036 ProcessSocketRequests(nhandles, nfds); in InThread()
1200 ProcessSocketRequests(); in Run()
1224 ProcessSocketRequests(iNhandles, iNfds); in Run()
Doscl_socket_serv_imp_reqlist.cpp90 iContainer->ProcessSocketRequests(iContainer->iNhandles, iContainer->iNfds); in StartCancel()
92 iContainer->ProcessSocketRequests(); in StartCancel()