Searched refs:private_dtor (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdbthread.h226 void (*private_dtor) (struct private_thread_info *); member in struct:thread_info
H A Dthread.c140 if (tp->private_dtor)
141 tp->private_dtor (tp->private);
H A Dremote.c1541 info->private_dtor = free_private_thread_info;

Completed in 119 milliseconds