HomeSort by: relevance | last modified time | path
    Searched defs:is_runnable (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/librumpuser/
rumpfiber.c 152 if (!is_runnable(thread) && thread->wakeup_time >= 0) {
159 if (is_runnable(thread)) {
377 int is_runnable(struct thread *thread) function in typeref:typename:int
rumpfiber.c 152 if (!is_runnable(thread) && thread->wakeup_time >= 0) {
159 if (is_runnable(thread)) {
377 int is_runnable(struct thread *thread) function in typeref:typename:int

Completed in 21 milliseconds