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

/barrelfish-2018-10-04/lib/barrelfish/include/
H A Dthreads_priv.h87 void thread_remove_from_queue(struct thread **queue, struct thread *thread);
/barrelfish-2018-10-04/lib/barrelfish/
H A Dthreads.c182 void thread_remove_from_queue(struct thread **queue, struct thread *thread) function
794 thread_remove_from_queue(&disp_gen->runq, me);
832 thread_remove_from_queue(&disp_gen->runq, me);
863 thread_remove_from_queue(&disp_gen->runq, me);
886 thread_remove_from_queue(&disp_gen->runq, me);
931 thread_remove_from_queue(&disp_gen->runq, me);
1282 thread_remove_from_queue(&disp->runq, thread);
1485 thread_remove_from_queue(&disp_gen->runq, thread);
H A Ddomain.c923 thread_remove_from_queue(&disp_gen->runq, thread);

Completed in 87 milliseconds