Searched refs:notification_write_fd_ (Results 1 – 3 of 3) sorted by relevance
79 notification_write_fd_ = pipe_fds[1]; in tryStartThread()106 close(notification_write_fd_); in stopThread()113 if (TEMP_FAILURE_RETRY(write(notification_write_fd_, &buffer, 1)) < 0) { in notifyThread()
58 int notification_write_fd_; variable
165 notification_write_fd_ = pipe_fds[1]; in tryStartThread()177 if (TEMP_FAILURE_RETRY(write(notification_write_fd_, &buffer, 1)) < 0) { in notifyThread()265 int notification_write_fd_{}; member in test_vendor_lib::AsyncManager::AsyncFdWatcher