Home
last modified time | relevance | path

Searched defs: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); in Send() local
383 bool notifyRead = (result < 0 && readable > 0 in Receive() local
H A DUnixStreamEndpoint.cpp424 bool notifyRead = (error == B_OK && readable > 0 in Send() local
529 bool notifyRead = (result < 0 && readable > 0 in Receive() local