Searched refs:proc_threadinfo (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_info.h154 struct proc_threadinfo { struct
310 struct proc_threadinfo pt;
616 #define PROC_PIDTHREADINFO_SIZE (sizeof(struct proc_threadinfo))
648 #define PROC_PIDTHREADID64INFO_SIZE (sizeof(struct proc_threadinfo))
/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c109 int proc_pidthreadinfo(proc_t p, uint64_t arg, int thuniqueid, struct proc_threadinfo *pthinfo);
676 proc_pidthreadinfo(proc_t p, uint64_t arg, int thuniqueid, struct proc_threadinfo *pthinfo)
681 bzero(pthinfo, sizeof(struct proc_threadinfo));
1130 struct proc_threadinfo pthinfo;
1134 error = copyout(&pthinfo, buffer, sizeof(struct proc_threadinfo));
1136 *retval = sizeof(struct proc_threadinfo);

Completed in 10 milliseconds