Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dsys_pipe.c469 PIPE_LOCK(cpipe); in pipe_stat()
757 PIPE_LOCK(rpipe); in pipe_read()
796 PIPE_LOCK(rpipe); in pipe_read()
927 PIPE_LOCK(rpipe); in pipe_write()
1059 PIPE_LOCK(rpipe); in pipe_write()
1078 PIPE_LOCK(rpipe); in pipe_write()
1195 PIPE_LOCK(mpipe); in pipe_ioctl()
1253 PIPE_LOCK(rpipe); in pipe_select()
1341 PIPE_LOCK(cpipe); in pipeclose()
1432 PIPE_LOCK(rpipe); in filt_pipenotsuptouch()
[all …]
/xnu-8792.41.9/bsd/sys/
H A Dpipe.h174 #define PIPE_LOCK(pipe) lck_mtx_lock(PIPE_MTX(pipe)) macro
/xnu-8792.41.9/security/
H A Dmac_vfs.c2742 PIPE_LOCK(cpipe); in mac_vnode_label_associate_fdesc()