Home
last modified time | relevance | path

Searched refs:TCB_INSYSCALL (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Ddefs.h338 #define TCB_INSYSCALL 0x04 macro
356 #define entering(tcp) (!((tcp)->flags & TCB_INSYSCALL))
357 #define exiting(tcp) ((tcp)->flags & TCB_INSYSCALL)
Dsyscall.c848 tcp->flags |= TCB_INSYSCALL | TCB_FILTERED; in trace_syscall_entering()
879 tcp->flags |= TCB_INSYSCALL; in trace_syscall_entering()
946 tcp->flags &= ~TCB_INSYSCALL; in trace_syscall_exiting()
1121 tcp->flags &= ~TCB_INSYSCALL; in trace_syscall_exiting()
DChangeLog-CVS3157 instruction decoding branch if TCB_INSYSCALL is clear.
3462 TCB_INSYSCALL is clear, like other platforms do.