Home
last modified time | relevance | path

Searched refs:FD_WRITE (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/lib/libpthread/uthread/
Duthread_fchflags.c18 if ((ret = _FD_LOCK(fd, FD_WRITE, NULL)) == 0) { in fchflags()
20 _FD_UNLOCK(fd, FD_WRITE); in fchflags()
Duthread_writev.c80 if ((ret = _FD_LOCK(fd, FD_WRITE, NULL)) == 0) { in writev()
88 _FD_UNLOCK(fd, FD_WRITE); in writev()
220 _FD_UNLOCK(fd, FD_WRITE); in writev()
Duthread_fchmod.c46 if ((ret = _FD_LOCK(fd, FD_WRITE, NULL)) == 0) { in fchmod()
48 _FD_UNLOCK(fd, FD_WRITE); in fchmod()
Duthread_fchown.c47 if ((ret = _FD_LOCK(fd, FD_WRITE, NULL)) == 0) { in fchown()
49 _FD_UNLOCK(fd, FD_WRITE); in fchown()
Duthread_shutdown.c55 if ((ret = _FD_LOCK(fd, FD_WRITE, NULL)) == 0) { in shutdown()
57 _FD_UNLOCK(fd, FD_WRITE); in shutdown()
Duthread_sendmsg.c52 if ((ret = _FD_LOCK(fd, FD_WRITE, NULL)) == 0) { in sendmsg()
73 _FD_UNLOCK(fd, FD_WRITE); in sendmsg()
Duthread_sendto.c52 if ((ret = _FD_LOCK(fd, FD_WRITE, NULL)) == 0) { in sendto()
73 _FD_UNLOCK(fd, FD_WRITE); in sendto()
Duthread_write.c63 else if ((ret = _FD_LOCK(fd, FD_WRITE, NULL)) == 0) { in write()
154 _FD_UNLOCK(fd, FD_WRITE); in write()
Duthread_fd.c342 (lock_type == FD_WRITE || lock_type == FD_RDWR)) { in _thread_fd_unlock_thread()
531 if (lock_type == FD_WRITE || lock_type == FD_RDWR) { in _thread_fd_lock()
/mirbsd/src/lib/libc/include/
Dthread_private.h94 #define FD_WRITE 0x2 macro
95 #define FD_RDWR (FD_READ | FD_WRITE)