MCPcopy Create free account
hub / github.com/apache/nuttx / netdev_list_lock

Function netdev_list_lock

net/netdev/netdev_register.c:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 ****************************************************************************/
233
234void netdev_list_lock(void)
235{
236 nxmutex_lock(&g_netdevices_lock);
237}
238
239/****************************************************************************
240 * Name: netdev_list_unlock

Callers 15

ip_frag_uninitFunction · 0.85
ip_frag_remallfragsFunction · 0.85
udp_bindFunction · 0.85
netdev_registerFunction · 0.85
netdev_countFunction · 0.85
netdev_unregisterFunction · 0.85
netdev_verifyFunction · 0.85
netdev_foreachFunction · 0.85
netdev_findbyindexFunction · 0.85
netdev_nextindexFunction · 0.85

Calls 1

nxmutex_lockFunction · 0.85

Tested by

no test coverage detected