Home
last modified time | relevance | path

Searched refs:cleanup_data (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/hurd/
Dport-cleanup.c27 _hurd_port_cleanup (void *cleanup_data, jmp_buf env, int val) in _hurd_port_cleanup() argument
29 __mach_port_deallocate (__mach_task_self (), (mach_port_t) cleanup_data); in _hurd_port_cleanup()
Dsigunwind.c96 scp = link->cleanup_data; in _hurdsig_longjmp_from_handler()
99 (*link->cleanup) (link->cleanup_data, env, val); in _hurdsig_longjmp_from_handler()
/glibc-2.36/hurd/hurd/
Duserlink.h71 void (*cleanup) (void *cleanup_data, jmp_buf env, int val);
72 void *cleanup_data; member
Dport.h99 link->cleanup_data = (void *) result; in _hurd_port_locked_get()
/glibc-2.36/sysdeps/mach/hurd/
Djmp-unwind.c76 (*link->cleanup) (link->cleanup_data, env, val); in _longjmp_unwind()
/glibc-2.36/sysdeps/mach/hurd/i386/
Dtrampoline.c200 stackframe->link.cleanup_data = &stackframe->ctx; in _hurd_setup_sighandler()
/glibc-2.36/ChangeLog.old/
DChangeLog.58696 `cleanup_data' (generic ptr).
8702 LINK->cleanup_data' to the port extracted.