HomeSort by relevance Sort by last modified time
    Searched refs:atfork (Results 1 - 10 of 10) sorted by null

  /external/valgrind/main/include/
pub_tool_libcproc.h 90 atfork
94 extern void VG_(atfork)(vg_atfork_t pre, vg_atfork_t parent, vg_atfork_t child);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
def.h 359 void (*atfork)(void); /**< Is called immediately after the member in struct:pa_spawn_api
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 359 void (*atfork)(void); /**< Is called immediately after the member in struct:pa_spawn_api
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 359 void (*atfork)(void); /**< Is called immediately after the member in struct:pa_spawn_api
  /external/valgrind/main/coregrind/
m_libcproc.c 657 atfork()
660 struct atfork { struct
668 static struct atfork atforks[VG_MAX_ATFORK];
671 void VG_(atfork)(vg_atfork_t pre, vg_atfork_t parent, vg_atfork_t child) function
684 "Too many VG_(atfork) handlers requested: raise VG_MAX_ATFORK");
  /external/valgrind/main/drd/
drd_main.c 836 VG_(atfork) (NULL/*pre*/, NULL/*parent*/,
  /bionic/libc/
Android.mk 392 bionic/pthread-atfork.c.arm \
406 bionic/pthread-atfork.c \
445 bionic/pthread-atfork.c \
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 661 VG_(atfork)(NULL, NULL, gdbserver_cleanup_in_child_after_fork);
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 648 VG_(atfork)(NULL, NULL, sched_fork_cleanup);
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 55 #include "pub_tool_libcproc.h" // VG_(atfork)
    [all...]

Completed in 116 milliseconds