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

  /external/valgrind/main/coregrind/
pub_core_signals.h 44 #define VG_SIGVGKILL (VG_(max_signal)-0)
m_signals.c 677 if (sig == VG_SIGVGKILL)
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 368 Int r = VG_(tkill)(VG_(threads)[tid].os_state.lwpid, VG_SIGVGKILL);
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 49 #include "pub_core_signals.h" // For VG_SIGVGKILL, VG_(poll_signals)
    [all...]

Completed in 69 milliseconds