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

/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_cancel.c54 ucontext_t *uc = ctx; local
55 uintptr_t pc = uc->uc_mcontext.MC_PC;
60 _sigaddset(&uc->uc_sigmask, SIGCANCEL);
63 uc->uc_mcontext.MC_PC = (uintptr_t)__cp_cancel;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddothrow.c599 coord uc, cc; local
639 uc.x = u.ux;
640 uc.y = u.uy;
644 (void) walk_path(&uc, &cc, hurtle_step, (genericptr_t)&range);
H A Dapply.c1309 coord uc; local
1341 * Check the path from uc to cc, calling hurtle_step at each
1345 uc.x = u.ux;
1346 uc.y = u.uy;
1348 range = cc.x - uc.x;
1350 temp = cc.y - uc.y;
1354 (void) walk_path(&uc, &cc, hurtle_step, (genericptr_t)&range);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddothrow.c599 coord uc, cc; local
639 uc.x = u.ux;
640 uc.y = u.uy;
644 (void) walk_path(&uc, &cc, hurtle_step, (genericptr_t)&range);
H A Dapply.c1309 coord uc; local
1341 * Check the path from uc to cc, calling hurtle_step at each
1345 uc.x = u.ux;
1346 uc.y = u.uy;
1348 range = cc.x - uc.x;
1350 temp = cc.y - uc.y;
1354 (void) walk_path(&uc, &cc, hurtle_step, (genericptr_t)&range);
/seL4-refos-master/kernel/src/arch/arm/machine/
H A Ddebug.c1166 void Arch_initBreakpointContext(user_context_t *uc) argument
1168 uc->breakpointState = armKSNullBreakpointState;

Completed in 169 milliseconds