MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / sal_unlock

Function sal_unlock

components/net/sal/src/sal_socket.c:405–408  ·  view source on GitHub ↗

* This function will lock sal socket. * * @note please don't invoke it on ISR. */

Source from the content-addressed store, hash-verified

403 * @note please don't invoke it on ISR.
404 */
405static void sal_unlock(void)
406{
407 rt_mutex_release(&sal_core_lock);
408}
409
410/**
411 * This function will clean the netdev.

Callers 3

sal_netdev_cleanupFunction · 0.85
socket_newFunction · 0.85
socket_deleteFunction · 0.85

Calls 1

rt_mutex_releaseFunction · 0.85

Tested by

no test coverage detected