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

/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_init.c20 .fill_procworkqueue = _fill_procworkqueue,
/macosx-10.10.1/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);
/macosx-10.10.1/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 81 milliseconds