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

  /external/valgrind/coregrind/
pub_core_signals.h 55 extern void VG_(poll_signals) ( ThreadId );
m_signals.c 110 VG_(poll_signals), which calls through to VG_(sigtimedwait_zero) to
189 blocked, but we can and do poll for them using VG_(poll_signals).
191 Now, re VG_(poll_signals), it polls the kernel by doing
2914 void VG_(poll_signals)(ThreadId tid) function
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c 48 #include "pub_core_signals.h" // For VG_SIGVGKILL, VG_(poll_signals)
224 In particular, direct or indirect calls to VG_(poll_signals) after
    [all...]
syswrap-generic.c     [all...]

Completed in 6352 milliseconds