Home
last modified time | relevance | path

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

/hurd/
A 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()
A Dsigunwind.c96 scp = link->cleanup_data; in _hurdsig_longjmp_from_handler()
99 (*link->cleanup) (link->cleanup_data, env, val); in _hurdsig_longjmp_from_handler()
/hurd/hurd/
A Duserlink.h71 void (*cleanup) (void *cleanup_data, jmp_buf env, int val);
72 void *cleanup_data; member
A Dport.h99 link->cleanup_data = (void *) result; in _hurd_port_locked_get()

Completed in 8 milliseconds