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

  /external/valgrind/main/coregrind/
m_libcproc.c 674 atfork()
677 struct atfork { struct
685 static struct atfork atforks[VG_MAX_ATFORK];
688 void VG_(atfork)(vg_atfork_t pre, vg_atfork_t parent, vg_atfork_t child) function
701 "Too many VG_(atfork) handlers requested: raise VG_MAX_ATFORK");
  /prebuilt/linux-x86/toolchain/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

Completed in 239 milliseconds