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

Function sched_note_spinlock_locked

drivers/note/note_driver.c:1205–1208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1203}
1204
1205void sched_note_spinlock_locked(FAR volatile spinlock_t *spinlock)
1206{
1207 sched_note_spinlock(this_task(), spinlock, NOTE_SPINLOCK_LOCKED);
1208}
1209
1210void sched_note_spinlock_abort(FAR volatile spinlock_t *spinlock)
1211{

Callers 3

spin_lockFunction · 0.85
spin_trylockFunction · 0.85

Calls 2

sched_note_spinlockFunction · 0.85
this_taskFunction · 0.85

Tested by

no test coverage detected