Home
last modified time | relevance | path

Searched refs:tcb_wait_data (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dstrace.c161 struct tcb_wait_data { struct
2240 static const struct tcb_wait_data *
2243 static struct tcb_wait_data wait_data; in next_event()
2248 struct tcb_wait_data *wd = &wait_data; in next_event()
2469 dispatch_event(const struct tcb_wait_data *wd) in dispatch_event()
2616 const struct tcb_wait_data wd = { .te = TE_RESTART }; in restart_delayed_tcb()
DChangeLog674 strace.c: introduce struct tcb_wait_data.
680 * strace.c (struct tcb_wait_data): New type.
682 to const struct tcb_wait_data. Return NULL instead of TE_BREAK.
684 to const struct tcb_wait_data, obtain the trace event, siginfo,
686 (restart_delayed_tcb): Add local struct tcb_wait_data variable