Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c317 struct timeval *timeoutPtr = NULL; in SoftBusSocketSelect() local
322 timeoutPtr = &tv; in SoftBusSocketSelect()
328 timeoutPtr = &tv; in SoftBusSocketSelect()
330 int32_t ret = select(nfds, tempReadSet, tempWriteSet, tempExceptSet, timeoutPtr); in SoftBusSocketSelect()