Searched refs:thread_is_blocked (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/kernel/
H A Dthread.h215 thread_is_blocked(Thread* thread) function
389 if (thread_is_blocked(thread)) {
/haiku/src/system/kernel/
H A Dsem.cpp621 if (thread_is_blocked(entry->thread)) {
933 // Grab the scheduler lock, so thread_is_blocked() is reliable (due to
946 if (thread_is_blocked(entry->thread)) {

Completed in 42 milliseconds