Searched refs:fill_procworkqueue (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c198 fill_procworkqueue(proc_t p, struct proc_workqueueinfo * pwqinfo) function
200 return pthread_functions->fill_procworkqueue(p, pwqinfo);
H A Dproc_info.c1100 error = fill_procworkqueue(p, pwqinfo);
/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h65 int (*fill_procworkqueue)(proc_t p, struct proc_workqueueinfo * pwqinfo); member in struct:pthread_functions_s
H A Dproc_info.h835 extern int fill_procworkqueue(proc_t, struct proc_workqueueinfo *);

Completed in 30 milliseconds