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

/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_setcanceltype.c7 if (old) *old = self->cancelasync;
8 self->cancelasync = new;
H A Dpthread_cancel.c13 if (self->canceldisable == PTHREAD_CANCEL_ENABLE || self->cancelasync)
62 if (self->cancelasync || pc >= (uintptr_t)__cp_begin && pc < (uintptr_t)__cp_end) {
95 if (t == pthread_self() && !t->cancelasync) return 0;
H A Dpthread_create.c28 self->cancelasync = 0;
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dpthread_impl.h22 volatile int cancel, canceldisable, cancelasync; member in struct:pthread
/seL4-refos-master/libs/libmuslc/src/time/
H A Dtimer_create.c31 self->cancelasync = 0;

Completed in 33 milliseconds