Searched refs:poll_signals (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_signals.h55 extern void VG_(poll_signals) ( ThreadId );
H A Dm_signals.c109 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
2019 VG_(poll_signals) will arrange for it to be delivered at the right
2641 void VG_(poll_signals)(ThreadId tid) function
2663 VG_(dmsg)("poll_signals: got signal %d for thread %d\n",
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1093 VG_(poll_signals)(tid);
1247 VG_(poll_signals)(tid);
1250 break; /* poll_signals picked up a fatal signal */
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c49 #include "pub_core_signals.h" // For VG_SIGVGKILL, VG_(poll_signals)
210 In particular, direct or indirect calls to VG_(poll_signals) after
1882 VG_(poll_signals)(tid);
H A Dsyswrap-generic.c2622 VG_(poll_signals)(self);

Completed in 724 milliseconds