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

/seL4-refos-master/libs/libmuslc/src/thread/powerpc64/
H A Dsyscall_cp.s13 # at enter: r3 = pointer to self->cancel, r4: syscall no, r5: first arg, r6: 2nd, r7: 3rd, r8: 4th, r9: 5th, r10: 6th
15 # if (self->cancel) goto __cp_cancel
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_cancel.c35 r = __syscall_cp_asm(&self->cancel, nr, u, v, w, x, y, z);
36 if (r==-EINTR && nr!=SYS_close && self->cancel &&
58 if (!self->cancel || self->canceldisable == PTHREAD_CANCEL_DISABLE) return;
73 if (self->cancel && !self->canceldisable)
94 a_store(&t->cancel, 1);
H A Dpthread_create.c277 new->unblock_cancel = self->cancel;
/seL4-refos-master/libs/libmuslc/src/thread/powerpc/
H A Dsyscall_cp.s31 # at enter: r3 = pointer to self->cancel, r4: syscall no, r5: first arg, r6: 2nd, r7: 3rd, r8: 4th, r9: 5th, r10: 6th
33 # r3 holds first argument, its a pointer to self->cancel.
41 b __cp_cancel #else call cancel
43 #ok, the cancel flag was not set
/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.c28 self->cancel = 0;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h212 QPushButton* cancel; member in class:NetHackQtStringRequestor
234 void cancel();
574 QPushButton* cancel; member in class:NetHackQtMenuWindow
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h212 QPushButton* cancel; member in class:NetHackQtStringRequestor
234 void cancel();
574 QPushButton* cancel; member in class:NetHackQtMenuWindow
/seL4-refos-master/libs/libmuslc/src/aio/
H A Daio.c182 a_store(&__pthread_self()->cancel, 0);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex556 greater control (see below). To cancel a count or a prefix, press the
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex556 greater control (see below). To cancel a count or a prefix, press the

Completed in 67 milliseconds