OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:continue_after_syscall
(Results
1 - 3
of
3
) sorted by null
/external/ltrace/
backend.h
135
void
continue_after_syscall
(struct process *proc, int sysnum, int ret_p);
handle_event.c
570
continue_after_syscall
(event->proc, event->e_un.sysnum, 0);
637
continue_after_syscall
(event->proc, event->e_un.sysnum, 1);