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

/seL4-camkes-master/tools/rumprun/lib/libbmk_core/
H A Dsched.c229 int newfl; local
239 newfl = thread->bt_flags;
241 newfl |= THR_TIMEQ;
244 newfl |= THR_BLOCKQ;
247 thread->bt_flags = newfl;

Completed in 24 milliseconds