UcontextT 93 src/pkg/runtime/defs_netbsd_386.h typedef struct UcontextT UcontextT; UcontextT 139 src/pkg/runtime/defs_netbsd_386.h UcontextT *uc_link; UcontextT 93 src/pkg/runtime/defs_netbsd_amd64.h typedef struct UcontextT UcontextT; UcontextT 144 src/pkg/runtime/defs_netbsd_amd64.h UcontextT *uc_link; UcontextT 93 src/pkg/runtime/defs_netbsd_arm.h typedef struct UcontextT UcontextT; UcontextT 143 src/pkg/runtime/defs_netbsd_arm.h UcontextT *uc_link; UcontextT 29 src/pkg/runtime/os_netbsd.c extern void runtime·getcontext(UcontextT *context); UcontextT 30 src/pkg/runtime/os_netbsd.c extern int32 runtime·lwp_create(UcontextT *context, uintptr flags, void *lwpid); UcontextT 155 src/pkg/runtime/os_netbsd.c UcontextT uc; UcontextT 5 src/pkg/runtime/signal_netbsd_386.h #define SIG_REGS(ctxt) (((UcontextT*)(ctxt))->uc_mcontext) UcontextT 5 src/pkg/runtime/signal_netbsd_amd64.h #define SIG_REGS(ctxt) (((UcontextT*)(ctxt))->uc_mcontext) UcontextT 5 src/pkg/runtime/signal_netbsd_arm.h #define SIG_REGS(ctxt) (((UcontextT*)(ctxt))->uc_mcontext)