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