Home
last modified time | relevance | path

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

/glibc-2.36/hurd/
Dsigunwind.c53 if (scp->sc_reply_port) in _hurdsig_longjmp_from_handler()
54 __mach_port_destroy (__mach_task_self (), scp->sc_reply_port); in _hurdsig_longjmp_from_handler()
Dhurdsig.c1102 scp->sc_reply_port = *loc; in weak_alias()
1106 scp->sc_reply_port = MACH_PORT_NULL; in weak_alias()
1119 scp->sc_reply_port = ss->context->sc_reply_port; in weak_alias()
/glibc-2.36/sysdeps/mach/hurd/i386/bits/
Dsigcontext.h41 unsigned int sc_reply_port; member
/glibc-2.36/sysdeps/mach/hurd/i386/
Dsigreturn.c117 *reply_port = scp->sc_reply_port; in __sigreturn()
/glibc-2.36/ChangeLog.old/
DChangeLog.3730 sc_reply_port member.
733 SCP->sc_reply_port to the receiving thread's value for
736 used by the signal handler, and restore from SCP->sc_reply_port.