Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
void KUnixSocketObject::setBlocking(bool blocking) {
83
BOXEDWINE_CRITICAL_SECTION_WITH_CONDITION(this->lockCond);
84
this->blocking = blocking;
85
}
86
87
bool KUnixSocketObject::isBlocking() {
88
return this->blocking;
Callers
1
accept
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected