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 19 void atfork() { function
20 fprintf(stderr, "ATFORK\n");
25 pthread_atfork(atfork, NULL, NULL);
31 // CHECK-NOT: ATFORK
  /external/valgrind/main/coregrind/
m_libcproc.c 665 atfork()
668 struct atfork { struct
676 static struct atfork atforks[VG_MAX_ATFORK];
679 void VG_(atfork)(vg_atfork_t pre, vg_atfork_t parent, vg_atfork_t child) function
692 "Too many VG_(atfork) handlers requested: raise VG_MAX_ATFORK");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.11-4.8/sysroot/usr/include/pulse/
def.h 664 void (*atfork)(void); member in struct:pa_spawn_api
    [all...]

Completed in 321 milliseconds