Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ fdClose
Function
fdClose
src/OSspecific/POSIX/POSIX.C:1098–1106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1096
1097
1098
void Foam::fdClose(const int fd)
1099
{
1100
if (close(fd) != 0)
1101
{
1102
FatalErrorInFunction
1103
<<
"close error on "
<< fd << endl
1104
<< abort(FatalError);
1105
}
1106
}
1107
1108
1109
bool Foam::ping
Callers
1
ping
Function · 0.85
Calls
2
close
Function · 0.50
abort
Function · 0.50
Tested by
no test coverage detected