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

Function Tcl_ops_getNumThreads

SRC/interpreter/TclWrapper.cpp:1605–1612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1603}
1604
1605static int Tcl_ops_getNumThreads(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1606{
1607 wrapper->resetCommandLine(argc, 1, argv);
1608
1609 if (OPS_getNumThreads() < 0) return TCL_ERROR;
1610
1611 return TCL_OK;
1612}
1613
1614static int Tcl_ops_setNumThreads(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
1615{

Callers

nothing calls this directly

Calls 2

OPS_getNumThreadsFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected