Home
last modified time | relevance | path

Searched refs:pipe_mtxp (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dpipe.h165 lck_mtx_t *pipe_mtxp; /* shared mutex between both pipes */ member
172 #define PIPE_MTX(pipe) ((pipe)->pipe_mtxp)
/xnu-8792.41.9/bsd/kern/
H A Dsys_pipe.c624 rpipe->pipe_mtxp = &pp->pp_mtx; in pipepair_alloc()
625 wpipe->pipe_mtxp = &pp->pp_mtx; in pipepair_alloc()