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

/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixDatagramEndpoint.cpp291 bool notifyWrite = (writable > 0 && result < 0); local
302 if (notifyWrite) {
377 bool notifyWrite = (result >= 0 && writable > 0 local
394 if (notifyWrite) {
H A DUnixStreamEndpoint.cpp425 bool notifyWrite = (error != B_OK && writable > 0 local
438 if (notifyWrite)
518 bool notifyWrite = (result >= 0 && writable > 0 local
538 if (peerLocked && notifyWrite)

Completed in 16 milliseconds