Searched refs:state (Results 1 – 7 of 7) sorted by relevance
/hurd/ |
A D | thread-cancel.c | 38 struct machine_thread_all_state state; in hurd_thread_cancel() local 66 state.set = 0; in hurd_thread_cancel() 67 _hurdsig_abort_rpcs (ss, 0, 0, &state, &state_change, NULL, 0, 0); in hurd_thread_cancel() 70 (natural_t *) &state.basic, in hurd_thread_cancel()
|
A D | hurdfault.c | 169 struct machine_thread_state state; in _hurdsig_fault_init() local 206 memset (&state, 0, sizeof state); in _hurdsig_fault_init() 207 MACHINE_THREAD_STATE_FIX_NEW (&state); in _hurdsig_fault_init() 208 MACHINE_THREAD_STATE_SET_PC (&state, faulted); in _hurdsig_fault_init() 209 MACHINE_THREAD_STATE_SET_SP (&state, faultstack, sizeof faultstack); in _hurdsig_fault_init() 217 (natural_t *) &state, in _hurdsig_fault_init()
|
A D | longjmp-ts.c | 25 _hurd_longjmp_thread_state (void *state, jmp_buf env, int val) in _hurd_longjmp_thread_state() argument
|
A D | trampoline.c | 33 void *state) in _hurd_setup_sighandler() argument
|
A D | report-wait.c | 147 struct machine_thread_state state; in weak_extern() local 152 (natural_t *) &state, &count); in weak_extern() 156 if (SYSCALL_EXAMINE (&state, msgid)) in weak_extern() 165 && MSG_EXAMINE (&state, msgid, &rcv_port, &send_port, in weak_extern()
|
A D | hurdsig.c | 343 if (!(state->set & THREAD_ABORTED)) in abort_thread() 349 state->set = THREAD_ABORTED; in abort_thread() 355 machine_get_basic_state (ss->thread, state); in abort_thread() 431 abort_thread (ss, state, reply); in _hurdsig_abort_rpcs() 439 INTR_MSG_BACK_OUT (&state->basic); in _hurdsig_abort_rpcs() 461 state, in _hurdsig_abort_rpcs() 481 state->basic.SYSRETURN = EINTR; in _hurdsig_abort_rpcs() 531 state->set = 0; /* Reset scratch area. */ in abort_all_rpcs() 537 state, &state_changed, in abort_all_rpcs() 546 state->basic.SYSRETURN = EINTR; in abort_all_rpcs() [all …]
|
/hurd/hurd/ |
A D | signal.h | 337 int rpc_wait, struct machine_thread_all_state *state); 346 extern void _hurd_initialize_fault_recovery_state (void *state); 350 extern void _hurd_longjmp_thread_state (void *state, jmp_buf env, int value);
|
Completed in 15 milliseconds