Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c321 struct timeval *timeoutPtr = NULL; in SoftBusSocketSelect() local
326 timeoutPtr = &tv; in SoftBusSocketSelect()
332 timeoutPtr = &tv; in SoftBusSocketSelect()
334 int32_t ret = select(nfds, tempReadSet, tempWriteSet, tempExceptSet, timeoutPtr); in SoftBusSocketSelect()

Completed in 1 milliseconds