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

Function netdev_list_unlock

net/netdev/netdev_register.c:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 ****************************************************************************/
246
247void netdev_list_unlock(void)
248{
249 nxmutex_unlock(&g_netdevices_lock);
250}
251
252/****************************************************************************
253 * Name: netdev_register

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_unlockFunction · 0.85

Tested by

no test coverage detected