Home | History | Annotate | Download | only in coregrind

Lines Matching refs:sigtimedwait_zero

109    VG_(poll_signals), which calls through to VG_(sigtimedwait_zero) to
191 VG_(sigtimedwait_zero). This is trivial on Linux, since it's just a
2008 but periodically polled for using VG_(sigtimedwait_zero), and
2496 if (sip == NULL && VG_(sigtimedwait_zero)(&pollset, &si) > 0) {