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

Function libInit

library/src/dds.cpp:87–90  ·  view source on GitHub ↗

* @brief Library constructor for platforms supporting constructor attribute. * * This function is called when the library is loaded. */

Source from the content-addressed store, hash-verified

85 * This function is called when the library is loaded.
86 */
87static void __attribute__ ((constructor)) libInit(void)
88{
89 SetMaxThreads(0);
90}
91
92
93/**

Callers

nothing calls this directly

Calls 1

SetMaxThreadsFunction · 0.85

Tested by

no test coverage detected