Searched refs:socket_lock_fd_ (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/host/xdc-server/
H A Dxdc-server.h105 fbl::unique_fd socket_lock_fd_; member in class:xdc::XdcServer
H A Dxdc-server.cpp179 socket_lock_fd_.reset(open(XDC_LOCK_PATH, O_CREAT | O_RDONLY, 0666));
180 if (!socket_lock_fd_) {
183 int res = flock(socket_lock_fd_.get(), LOCK_EX | LOCK_NB);

Completed in 26 milliseconds