MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / builtinInitIO

Function builtinInitIO

modules/io/common/builtinCommon.c:214–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212
213#if defined(PICO_BUILD)
214void builtinInitIO()
215{
216 if (!builtinInitialized) {
217 critical_section_init(&gCommonCriticalMux);
218 builtinInitialized = 1;
219 }
220}
221#elif defined(__ZEPHYR__)
222void builtinInitIO()
223{

Callers 4

xs_tcp_constructorFunction · 0.85
xs_udp_constructorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected