Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nuttx
/ sched_note_spinlock_unlock
Function
sched_note_spinlock_unlock
drivers/note/note_driver.c:1215–1218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1213
}
1214
1215
void sched_note_spinlock_unlock(FAR volatile spinlock_t *spinlock)
1216
{
1217
sched_note_spinlock(this_task(), spinlock, NOTE_SPINLOCK_UNLOCK);
1218
}
1219
1220
#endif
1221
Callers
2
spin_unlock
Function · 0.85
spin_unlock_irqrestore
Function · 0.85
Calls
2
sched_note_spinlock
Function · 0.85
this_task
Function · 0.85
Tested by
no test coverage detected