Searched refs:QueueControlMessage (Results 1 – 3 of 3) sorted by relevance
43 bool QueueControlMessage(const std::string& message, const std::string& name, pid_t pid, int fd);
592 bool QueueControlMessage(const std::string& message, const std::string& name, pid_t pid, int fd) { in QueueControlMessage() function
452 bool queue_success = QueueControlMessage(msg, name, pid, fd); in SendControlMessage()