Searched refs:syscalls_unix (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dbsd_kern.c566 uint32_t syscalls_unix = 0; local
610 syscalls_unix += thread->syscalls_unix;
628 ptinfo->pti_syscalls_unix = task->syscalls_unix + syscalls_unix;
H A Dtask.c450 new_task->syscalls_unix=0;
2036 events_info->syscalls_unix = task->syscalls_unix;
2043 events_info->syscalls_unix += thread->syscalls_unix;
H A Dthread.c262 thread_template.syscalls_unix = 0;
503 task->syscalls_unix += thread->syscalls_unix;
H A Dtask.h311 integer_t syscalls_unix; /* unix system call counter */ member in struct:task
H A Dthread.h419 uint32_t syscalls_unix; member in struct:thread
/darwin-on-arm/xnu/osfmk/mach/
H A Dtask_info.h165 integer_t syscalls_unix; /* number of unix system calls */ member in struct:task_events_info
/darwin-on-arm/xnu/osfmk/arm/
H A Dgenassym.c189 DECLARE("TH_SYSCALLS_UNIX", offsetof(thread_t, syscalls_unix));
/darwin-on-arm/xnu/osfmk/arm64/
H A Dgenassym.c170 DECLARE("TH_SYSCALLS_UNIX", offsetof(thread_t, syscalls_unix));
/darwin-on-arm/xnu/osfmk/i386/
H A Dgenassym.c192 DECLARE("TH_SYSCALLS_UNIX", offsetof(thread_t, syscalls_unix));

Completed in 39 milliseconds