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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h151 ipc_space_t (*task_get_ipcspace)(task_t t); member in struct:pthread_callbacks_s
/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_support.c213 th_thport = pthread_kern->ipc_port_copyout_send(sright, pthread_kern->task_get_ipcspace(ctask));
399 (void)pthread_kern->mach_port_deallocate(pthread_kern->task_get_ipcspace(ctask), th_thport);
440 pthread_kern->mach_port_deallocate(pthread_kern->task_get_ipcspace(current_task()), kthport);
1398 (void)pthread_kern->mach_port_deallocate(pthread_kern->task_get_ipcspace(wq->wq_task), tl->th_thport);
1507 tl->th_thport = pthread_kern->ipc_port_copyout_send(sright, pthread_kern->task_get_ipcspace(wq->wq_task));
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c431 .task_get_ipcspace = get_task_ipcspace,

Completed in 367 milliseconds