Home
last modified time | relevance | path

Searched refs:MACHINE_THREAD_STATE_FLAVOR (Results 1 – 5 of 5) sorted by relevance

/sysdeps/mach/
A Dthread_state.h79 if (state->set & (1 << MACHINE_THREAD_STATE_FLAVOR)) in machine_get_basic_state()
83 if (__thread_get_state (thread, MACHINE_THREAD_STATE_FLAVOR, in machine_get_basic_state()
90 state->set |= 1 << MACHINE_THREAD_STATE_FLAVOR; in machine_get_basic_state()
/sysdeps/generic/
A Dthread_state.h30 #define MACHINE_THREAD_STATE_FLAVOR <machine>_THREAD_STATE macro
/sysdeps/mach/i386/
A Dthread_state.h27 #define MACHINE_THREAD_STATE_FLAVOR i386_REGS_SEGS_STATE macro
/sysdeps/mach/hurd/
A Dptrace.c126 MACHINE_THREAD_STATE_FLAVOR, in ptrace()
132 MACHINE_THREAD_STATE_FLAVOR, in ptrace()
238 return get_regs (MACHINE_THREAD_STATE_FLAVOR, in ptrace()
A D_Fork.c481 MACHINE_THREAD_STATE_FLAVOR, in _Fork()
512 if (err = __thread_set_state (sigthread, MACHINE_THREAD_STATE_FLAVOR, in _Fork()
525 if (err = __thread_set_state (thread, MACHINE_THREAD_STATE_FLAVOR, in _Fork()

Completed in 7 milliseconds