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

  /external/compiler-rt/test/tsan/
pthread_atfork_deadlock.c 17 void atfork() { function
18 fprintf(stderr, "ATFORK\n");
24 pthread_atfork(atfork, NULL, NULL);
31 // CHECK-NOT: ATFORK
  /external/valgrind/include/
pub_tool_libcproc.h 108 atfork
112 extern void VG_(atfork)(vg_atfork_t pre, vg_atfork_t parent, vg_atfork_t child);
  /external/autotest/server/
autoserv 45 import atfork namespace
46 atfork.monkeypatch_os_fork_functions()
47 import atfork.stdlib_fixer namespace
49 # internal locks. http://code.google.com/p/python-atfork/
52 atfork.stdlib_fixer.fix_logging_module()
  /external/autotest/server/hosts/
paramiko_host.py 168 self.transport.atfork()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
def.h 664 void (*atfork)(void); member in struct:pa_spawn_api
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
def.h 704 void (*atfork)(void); member in struct:pa_spawn_api
    [all...]
  /external/valgrind/coregrind/
m_libcproc.c 972 atfork()
975 struct atfork { struct
983 static struct atfork atforks[VG_MAX_ATFORK];
986 void VG_(atfork)(vg_atfork_t pre, vg_atfork_t parent, vg_atfork_t child) function
999 "Too many VG_(atfork) handlers requested: raise VG_MAX_ATFORK");
    [all...]
  /external/valgrind/drd/
drd_main.c 868 VG_(atfork) (NULL/*pre*/, NULL/*parent*/,
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c 697 VG_(atfork)(NULL, NULL, gdbserver_cleanup_in_child_after_fork);
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 679 VG_(atfork)(NULL, NULL, sched_fork_cleanup);
    [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 438 VG_(atfork)(NULL, NULL, clean_schedctl_data);
    [all...]

Completed in 3391 milliseconds