Searched refs:PIPE_UNLOCK (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_pipe.c503 PIPE_UNLOCK(cpipe);
582 PIPE_UNLOCK(cpipe);
750 PIPE_UNLOCK(rpipe); /* we still hold io lock.*/
850 PIPE_UNLOCK(rpipe);
880 PIPE_UNLOCK(rpipe);
886 PIPE_UNLOCK(rpipe);
935 PIPE_UNLOCK(rpipe);
994 PIPE_UNLOCK(rpipe);
1010 PIPE_UNLOCK(rpipe);
1107 PIPE_UNLOCK(rpip
[all...]
H A Dsys_generic.c2372 PIPE_UNLOCK((struct pipe *)fp->f_data);
2397 PIPE_UNLOCK((struct pipe *)fp->f_data);
2615 PIPE_UNLOCK((struct pipe *)fp->f_data);
2633 PIPE_UNLOCK((struct pipe *)fp->f_data);
2668 PIPE_UNLOCK((struct pipe *)fp->f_data);
2704 PIPE_UNLOCK((struct pipe *)fp->f_data);
2747 PIPE_UNLOCK((struct pipe *)fp->f_data);
2763 PIPE_UNLOCK((struct pipe *)fp->f_data);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpipe.h169 #define PIPE_UNLOCK(pipe) lck_mtx_unlock(PIPE_MTX(pipe)) macro
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_vfs.c1672 PIPE_UNLOCK(cpipe);

Completed in 129 milliseconds