Searched defs:TCB_INSYSCALL (Results 1 - 1 of 1) sorted by relevance

/external/strace/
H A Ddefs.h450 * the places where TCB_INSYSCALL can be set but we aren't in syscall stop
455 * to be very careful and NOT set TCB_INSYSCALL bit when they are encountered.
460 #define TCB_INSYSCALL 0x04 macro
503 #define entering(tcp) (!((tcp)->flags & TCB_INSYSCALL))
504 #define exiting(tcp) ((tcp)->flags & TCB_INSYSCALL)

Completed in 269 milliseconds