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

/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c146 proc_t pself = (proc_t)p; local
147 return (pself->p_dispatchqueue_offset);
1731 struct proc * pself = PROC_NULL; local
1737 pself = current_proc();
1738 if (pid != pself->p_pid)
1746 proc_lock(pself);
1748 pself->p_pcaction &= PROC_ACTION_MASK;
1750 pself->p_pcaction |= pcontrol;
1751 proc_unlock(pself);
1779 proc_lock(pself);
[all...]
H A Dpthread_synch.c117 extern void thread_set_cthreadself(thread_t thread, uint64_t pself, int isLP64);

Completed in 20 milliseconds