Home
last modified time | relevance | path

Searched refs:free_arg (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDcontinuations.c29 continuation_free_arg_ftype *free_arg; member
40 void *arg, void (*free_arg) (void *)) in make_continuation()
46 new->free_arg = free_arg; in make_continuation()
60 if (ptr->free_arg) in do_my_continuations_1()
61 (*ptr->free_arg) (ptr->arg); in do_my_continuations_1()
94 if (ptr->free_arg) in discard_my_continuations_1()
95 (*ptr->free_arg) (ptr->arg); in discard_my_continuations_1()
112 continuation_free_arg_ftype *free_arg) in add_inferior_continuation() argument
116 make_continuation (&inf->continuations, hook, args, free_arg); in add_inferior_continuation()
142 continuation_free_arg_ftype *free_arg) in add_continuation() argument
[all …]
HDcleanups.c42 void (*free_arg) (void *); member
80 void *arg, void (*free_arg) (void *)) in make_my_cleanup2()
88 new->free_arg = free_arg; in make_my_cleanup2()
156 if (ptr->free_arg) in do_my_cleanups()
157 (*ptr->free_arg) (ptr->arg); in do_my_cleanups()
203 if (ptr->free_arg) in discard_my_cleanups()
204 (*ptr->free_arg) (ptr->arg); in discard_my_cleanups()