MCPcopy 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
1215void 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_unlockFunction · 0.85
spin_unlock_irqrestoreFunction · 0.85

Calls 2

sched_note_spinlockFunction · 0.85
this_taskFunction · 0.85

Tested by

no test coverage detected