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

/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_getschedparam.c7 if (t->dead) {
H A Dpthread_kill.c7 r = t->dead ? ESRCH : -__syscall(SYS_tkill, t->tid, sig);
H A Dpthread_setschedparam.c7 r = t->dead ? ESRCH : -__syscall(SYS_sched_setscheduler, t->tid, policy, param);
H A Dpthread_setschedprio.c7 r = t->dead ? ESRCH : -__syscall(SYS_sched_setparam, t->tid, &prio);
H A Dpthread_create.c42 /* Mark this thread dead before decrementing count */
44 self->dead = 1;
56 * the thread was reported dead by ESRCH being returned. */
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dpthread_impl.h33 volatile int dead; member in struct:pthread
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpolyself.c141 goto dead;
198 dead: /* we come directly here if their experience level went to 0 or less */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpolyself.c141 goto dead;
198 dead: /* we come directly here if their experience level went to 0 or less */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex1139 known as the Gnomish Mines. Those mines eventually hit a dead end,
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex1139 known as the Gnomish Mines. Those mines eventually hit a dead end,

Completed in 50 milliseconds