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

/barrelfish-2018-10-04/lib/barrelfish/
H A Dthreads.c51 static struct thread staticthread __attribute__((aligned(THREAD_ALIGNMENT))) = { variable in typeref:struct:thread
817 if (me == &staticthread) {
824 assert_disabled(me == &staticthread);
1166 struct thread *thread = &staticthread;

Completed in 44 milliseconds