Searched refs:is_blocked (Results 1 – 1 of 1) sorted by relevance
24 static inline bool is_blocked(const struct thread_object *obj) in is_blocked() function233 while (!is_blocked(obj)) { in sleep_thread_sync()245 if (is_blocked(obj) || obj->be_blocking) { in wake_thread()250 if (is_blocked(obj)) { in wake_thread()
Completed in 5 milliseconds