MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / Tcl_ops_getPID

Function Tcl_ops_getPID

SRC/interpreter/TclWrapper.cpp:1208–1215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1206}
1207
1208static int Tcl_ops_getPID(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1209{
1210 wrapper->resetCommandLine(argc, 1, argv);
1211
1212 if (OPS_getPID() < 0) return TCL_ERROR;
1213
1214 return TCL_OK;
1215}
1216
1217static int Tcl_ops_getNP(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1218{

Callers

nothing calls this directly

Calls 2

OPS_getPIDFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected