Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ close
Function
close
3rdparty/libprocess/src/subprocess.cpp:276–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
275
276
static void close(std::initializer_list<int_fd> fds)
277
{
278
foreach (int_fd fd, fds) {
279
if (fd >= 0) {
280
os::close(fd);
281
}
282
}
283
}
284
285
286
// This function will invoke `os::close` on all specified file
Callers
15
read
Function · 0.70
write
Function · 0.70
redirect
Function · 0.70
SUPERVISOR
Method · 0.70
foreach
Function · 0.70
subprocess
Function · 0.70
sendfile
Function · 0.70
~FileEncoder
Method · 0.70
finalize
Method · 0.70
create
Method · 0.70
foreach
Function · 0.50
accept
Method · 0.50
Calls
1
getOrElse
Method · 0.80
Tested by
3
TEST_F
Function · 0.40
TEST_F
Function · 0.40
await_subprocess
Function · 0.40