MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / tcgetsid

Function tcgetsid

src/plugin/pid/pidwrappers.cpp:166–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166extern "C" pid_t
167tcgetsid(int fd)
168{
169 DMTCP_PLUGIN_DISABLE_CKPT();
170
171 pid_t retval = REAL_TO_VIRTUAL_PID(_real_tcgetsid(fd));
172
173 JTRACE("tcgetsid return value") (fd) (retval);
174 DMTCP_PLUGIN_ENABLE_CKPT();
175
176 return retval;
177}
178
179extern "C" pid_t
180getpgrp(void)

Callers 1

testslaveFunction · 0.85

Calls 1

_real_tcgetsidFunction · 0.85

Tested by

no test coverage detected