Home
last modified time | relevance | path

Searched refs:PIPE_UNLOCK (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/bsd/kern/
H A Dsys_pipe.c474 PIPE_UNLOCK(cpipe); in pipe_stat()
554 PIPE_UNLOCK(cpipe); in pipe_stat()
791 PIPE_UNLOCK(rpipe); /* we still hold io lock.*/ in pipe_read()
901 PIPE_UNLOCK(rpipe); in pipe_read()
935 PIPE_UNLOCK(rpipe); in pipe_write()
941 PIPE_UNLOCK(rpipe); in pipe_write()
991 PIPE_UNLOCK(rpipe); in pipe_write()
1055 PIPE_UNLOCK(rpipe); in pipe_write()
1073 PIPE_UNLOCK(rpipe); in pipe_write()
1177 PIPE_UNLOCK(rpipe); in pipe_write()
[all …]
/xnu-8792.41.9/bsd/sys/
H A Dpipe.h175 #define PIPE_UNLOCK(pipe) lck_mtx_unlock(PIPE_MTX(pipe)) macro
/xnu-8792.41.9/security/
H A Dmac_vfs.c2745 PIPE_UNLOCK(cpipe); in mac_vnode_label_associate_fdesc()