Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c337 fd_set readSet, writeSet, errorSet; in CoapSelectWait() local
343 FD_ZERO(&errorSet); in CoapSelectWait()
355 FD_SET(task->taskfd, &errorSet); in CoapSelectWait()
359 int ret = select(maxFd + 1, &readSet, &writeSet, &errorSet, &tv); in CoapSelectWait()
380 if (FD_ISSET(taskListInfo->taskList[i].taskfd, &errorSet)) { in CoapSelectWait()