MCPcopy Create free account
hub / github.com/dds-bridge/dds / ThreadMgr

Method ThreadMgr

library/src/system/thread_mgr.hpp:41–41  ·  view source on GitHub ↗

* @brief Construct a new ThreadMgr object. * * Initializes thread tracking structures and prepares the manager for use. */

Source from the content-addressed store, hash-verified

39 * Initializes thread tracking structures and prepares the manager for use.
40 */
41 ThreadMgr() : numRealThreads(0), numMachineThreads(0) {}
42 ThreadMgr(const ThreadMgr&) = delete;
43 ThreadMgr& operator=(const ThreadMgr&) = delete;
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected