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

/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_create.c134 if (self->startlock[0]) {
135 __wait(self->startlock, 0, 1, 1);
136 if (self->startlock[0]) {
273 do_sched = new->startlock[0] = 1;
298 a_store(new->startlock, ret<0 ? 2 : 0);
299 __wake(new->startlock, 1, 1);
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dpthread_impl.h44 volatile int startlock[2]; member in struct:pthread

Completed in 34 milliseconds