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

/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixDatagramEndpoint.cpp286 bool notifyRead = (readable > 0 && result >= 0); local
297 if (notifyRead && !targetEndpoint->fShutdownRead)
383 bool notifyRead = (result < 0 && readable > 0 local
391 if (notifyRead)
H A DUnixStreamEndpoint.cpp419 bool notifyRead = (error == B_OK && readable > 0 local
436 if (peerLocked && notifyRead)
524 bool notifyRead = (result < 0 && readable > 0 local
536 if (notifyRead)

Completed in 79 milliseconds