Home
last modified time | relevance | path

Searched refs:spin_lock_held (Results 1 – 8 of 8) sorted by relevance

/kernel/kernel/
A Dwait.cpp65 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()
A Dsched.cpp293 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 …]
A Devent.cpp234 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in event_signal_thread_locked()
A Dmutex.cpp224 DEBUG_ASSERT(spin_lock_held(&thread_lock)); in mutex_release_thread_locked()
A Dthread.cpp114 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()
/kernel/include/kernel/
A Dspinlock.h19 static inline bool spin_lock_held(spin_lock_t* lock) { in spin_lock_held() function
26 DEBUG_ASSERT(!spin_lock_held(lock)); in spin_lock()
91 bool IsHeld() { return spin_lock_held(&spinlock_); } in IsHeld()
A Dthread.h368 return spin_lock_held(&thread_lock); in thread_lock_held()
/kernel/tests/
A Dthread_tests.cpp539 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