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

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

Completed in 202 milliseconds