Searched refs:__timeout (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | system_func_mock.cpp | 126 …int __nfds, fd_set *__readfds, fd_set *__writefds, fd_set *__exceptfds, struct timeval *__timeout); 127 …(int __nfds, fd_set *__readfds, fd_set *__writefds, fd_set *__exceptfds, struct timeval *__timeout) in __wrap_select() argument 139 …tval = SystemFuncMock::GetInstance().select(__nfds, __readfds, __writefds, __exceptfds, __timeout); in __wrap_select() 141 if (__timeout != nullptr) { in __wrap_select() 150 return __real_select(__nfds, __readfds, __writefds, __exceptfds, __timeout); in __wrap_select()
|