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

/external/valgrind/main/coregrind/
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
1838 VG_(poll_signals) will arrange for it to be delivered at the right
2460 void VG_(poll_signals)(ThreadId tid) function
2482 VG_(dmsg)("poll_signals: got signal %d for thread %d\n",

Completed in 46 milliseconds