Home
last modified time | relevance | path

Searched refs:in_syscall (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/usr.bin/truss/
H A Dsetup.c430 assert(t->in_syscall == 0); in alloc_syscall()
438 t->in_syscall = 1; in alloc_syscall()
449 t->in_syscall = 0; in free_syscall()
518 if (!t->in_syscall) in thread_exit_syscall()
537 if (!t->in_syscall) in exit_syscall()
H A Dtruss.h91 int in_syscall; member