OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poll_signals
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/coregrind/
pub_core_signals.h
55
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
2641
void VG_(
poll_signals
)(ThreadId tid)
function
[
all
...]
/external/valgrind/main/coregrind/m_scheduler/
scheduler.c
[
all
...]
/external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c
49
#include "pub_core_signals.h" // For VG_SIGVGKILL, VG_(
poll_signals
)
210
In particular, direct or indirect calls to VG_(
poll_signals
) after
[
all
...]
syswrap-generic.c
[
all
...]
Completed in 69 milliseconds