Searched refs:spin_lock_held (Results 1 – 8 of 8) sorted by relevance
65 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in wait_queue_validate_queue()234 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in wait_queue_block_etc()321 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in wait_queue_wake_one()358 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in wait_queue_dequeue_one()391 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in wait_queue_wake_all()435 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in wait_queue_is_empty()474 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in wait_queue_unblock_thread()503 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in wait_queue_priority_changed()
293 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in sched_block()332 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in sched_unblock()356 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in sched_unblock_list()385 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in sched_unblock_idle()400 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in sched_yield()423 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in sched_preempt()457 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in sched_reschedule()511 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in sched_transition_off_cpu()561 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in sched_migrate()665 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in sched_inherit_priority()[all …]
234 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in event_signal_thread_locked()
224 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in mutex_release_thread_locked()
114 DEBUG_ASSERT(!arch_ints_disabled() || !spin_lock_held(&thread_lock)); in invoke_user_callback()655 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in check_kill_signal()
19 static inline bool spin_lock_held(spin_lock_t* lock) { in spin_lock_held() function26 DEBUG_ASSERT(!spin_lock_held(lock)); in spin_lock()91 bool IsHeld() { return spin_lock_held(&spinlock_); } in IsHeld()
368 return spin_lock_held(&thread_lock); in thread_lock_held()
539 ASSERT(!spin_lock_held(&lock)); in spinlock_test()543 ASSERT(spin_lock_held(&lock)); in spinlock_test()546 ASSERT(!spin_lock_held(&lock)); in spinlock_test()568 ASSERT(!spin_lock_held(&pair.second)); in spinlock_test()
Completed in 37 milliseconds