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

/external/valgrind/main/coregrind/
H A Dm_libcproc.c676 static struct atfork atforks[VG_MAX_ATFORK]; variable in typeref:struct:atfork
684 if (atforks[i].pre == pre &&
685 atforks[i].parent == parent &&
686 atforks[i].child == child)
694 atforks[n_atfork].pre = pre;
695 atforks[n_atfork].parent = parent;
696 atforks[n_atfork].child = child;
706 if (atforks[i].pre != NULL)
707 (*atforks[i].pre)(tid);
715 if (atforks[
[all...]

Completed in 637 milliseconds