HomeSort by relevance Sort by last modified time
    Searched defs:atfork (Results 1 - 4 of 4) 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/coregrind/
m_libcproc.c 697 atfork()
700 struct atfork { struct
708 static struct atfork atforks[VG_MAX_ATFORK];
711 void VG_(atfork)(vg_atfork_t pre, vg_atfork_t parent, vg_atfork_t child) function
724 "Too many VG_(atfork) handlers requested: raise VG_MAX_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...]

Completed in 192 milliseconds