Searched refs:proc_get_wqthread (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c75 PTHREAD_STRUCT_ACCESSOR(proc_get_wqthread, proc_set_wqthread, user_addr_t, struct proc*, p_wqthread);
409 .proc_get_wqthread = proc_get_wqthread,
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h120 user_addr_t (*proc_get_wqthread)(struct proc *t); member in struct:pthread_callbacks_s
/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_support.c2429 ts->eip = (unsigned int)pthread_kern->proc_get_wqthread(p);
2447 ts64->rip = (uint64_t)pthread_kern->proc_get_wqthread(p);

Completed in 173 milliseconds