OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syscall_exiting_trace
(Results
1 - 3
of
3
) sorted by null
/external/strace/
defs.h
415
extern int
syscall_exiting_trace
(struct tcb *, struct timeval, int);
[
all
...]
syscall.c
776
* If not 0, call
syscall_exiting_trace
(tcp, res), where res is the return
804
syscall_exiting_trace
(struct tcb *tcp, struct timeval tv, int res)
function
1289
* 1: ok, continue in
syscall_exiting_trace
().
1290
* -1: error,
syscall_exiting_trace
() should print error indicator
strace.c
[
all
...]
Completed in 95 milliseconds