Home
last modified time | relevance | path

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

/art/dt_fd_forward/export/
Dfd_transport.h34 int write_lock_fd_; member
41 ibuf[2] = write_lock_fd_; in WriteData()
/art/dt_fd_forward/
Ddt_fd_forward.cc261 ScopedEventFdLock sefdl(write_lock_fd_); in WriteFullyWithoutChecks()
323 out_fds.write_lock_fd_ < 0) { in ReceiveFdsFromSocket()
342 if (out_fds.write_lock_fd_ >= 0) { in ReceiveFdsFromSocket()
343 close(out_fds.write_lock_fd_); in ReceiveFdsFromSocket()
350 write_lock_fd_.reset(out_fds.write_lock_fd_); in ReceiveFdsFromSocket()
424 ScopedEventFdLock sefdl(write_lock_fd_); in CloseFdsLocked()
433 write_lock_fd_.reset(); in CloseFdsLocked()
Ddt_fd_forward.h131 android::base::unique_fd write_lock_fd_; // GUARDED_BY(state_mutex_); variable