MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / setBlocking

Method setBlocking

source/kernel/kunixsocket.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void KUnixSocketObject::setBlocking(bool blocking) {
83 BOXEDWINE_CRITICAL_SECTION_WITH_CONDITION(this->lockCond);
84 this->blocking = blocking;
85}
86
87bool KUnixSocketObject::isBlocking() {
88 return this->blocking;

Callers 1

acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected