Searched refs:atforks (Results 1 – 1 of 1) sorted by relevance
708 static struct atfork atforks[VG_MAX_ATFORK]; variable716 if (atforks[i].pre == pre && in VG_()717 atforks[i].parent == parent && in VG_()718 atforks[i].child == child) in VG_()726 atforks[n_atfork].pre = pre; in VG_()727 atforks[n_atfork].parent = parent; in VG_()728 atforks[n_atfork].child = child; in VG_()738 if (atforks[i].pre != NULL) in VG_()739 (*atforks[i].pre)(tid); in VG_()747 if (atforks[i].parent != NULL) in VG_()[all …]