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

/barrelfish-2018-10-04/lib/barrelfish/include/
H A Dthreads_priv.h85 void thread_enqueue(struct thread *thread, struct thread **queue);
/barrelfish-2018-10-04/lib/barrelfish/
H A Dthreads.c129 void thread_enqueue(struct thread *thread, struct thread **queue) function
453 thread_enqueue(newthread, &disp_gen->runq);
864 thread_enqueue(dg->cleanupthread, &disp_gen->runq);
933 thread_enqueue(me, queue);
1022 thread_enqueue(wakeup, &disp_gen->runq);
1197 thread_enqueue(thread, &disp_gen->runq);
1213 thread_enqueue(thread, &disp_gen->runq);
1316 thread_enqueue(thread, &disp->runq);
H A Ddomain.c195 thread_enqueue(wakeup, &disp_gen->runq);
876 thread_enqueue(thread, &ds->remote_wakeup_queue);
927 thread_enqueue(thread, &disp_gen->runq);

Completed in 34 milliseconds