Home
last modified time | relevance | path

Searched refs:get_fd_write (Results 1 – 2 of 2) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/include/
H A Dprocess_launcher.h199 uint64_t get_fd_write() const;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/src/
H A Dprocess_launcher.cc402 uint64_t ProcessLauncher::get_fd_write() const { return (uint64_t)child_in_wr; } in get_fd_write() function in mysql_harness::ProcessLauncher
636 uint64_t ProcessLauncher::get_fd_write() const { return (uint64_t)fd_in[1]; } in get_fd_write() function in mysql_harness::ProcessLauncher