Searched refs:thread_detach (Results 1 – 3 of 3) sorted by relevance
421 if (process->callbacks->thread_detach) in INTDEF()422 process->callbacks->thread_detach (thread, thread->callbacks_arg); in INTDEF()431 if (process->callbacks->thread_detach) in INTDEF()432 process->callbacks->thread_detach (thread, thread->callbacks_arg); in INTDEF()445 if (process->callbacks->thread_detach) in INTDEF()446 process->callbacks->thread_detach (thread, thread->callbacks_arg); in INTDEF()
698 void (*thread_detach) (Dwfl_Thread *thread, void *thread_arg) member