Home
last modified time | relevance | path

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

/external/strace/
Ddefs.h314 #define TCB_INSYSCALL 0x04 macro
332 #define entering(tcp) (!((tcp)->flags & TCB_INSYSCALL))
333 #define exiting(tcp) ((tcp)->flags & TCB_INSYSCALL)
Dsyscall.c802 tcp->flags |= TCB_INSYSCALL | TCB_FILTERED; in trace_syscall_entering()
832 tcp->flags |= TCB_INSYSCALL; in trace_syscall_entering()
900 tcp->flags &= ~TCB_INSYSCALL; in trace_syscall_exiting()
1072 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.