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

Function tcpHold

modules/io/socket/zephyr/tcp.c:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463void tcpHold(TCP tcp)
464{
465 atomic_inc(&tcp->useCount);
466}
467
468void tcpRelease(TCP tcp)
469{

Callers 2

xs_tcp_constructorFunction · 0.70
tcpTriggerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected