MCPcopy Create free account
hub / github.com/F-Stack/f-stack / unp_pcb_unlock_pair

Function unp_pcb_unlock_pair

freebsd/kern/uipc_usrreq.c:364–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364static void
365unp_pcb_unlock_pair(struct unpcb *unp, struct unpcb *unp2)
366{
367 UNP_PCB_UNLOCK(unp);
368 if (unp != unp2)
369 UNP_PCB_UNLOCK(unp2);
370}
371
372/*
373 * Try to lock the connected peer of an already locked socket. In some cases

Callers 4

uipc_acceptFunction · 0.85
uipc_connect2Function · 0.85
uipc_sendFunction · 0.85
unp_connectatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected