Searched refs:socket_id (Results 1 – 3 of 3) sorted by relevance
203 Status writeSocketIdToPipe(Pipe &port_pipe, const std::string &socket_id) { in writeSocketIdToPipe() argument206 return port_pipe.Write(socket_id.c_str(), socket_id.size() + 1, in writeSocketIdToPipe()211 const std::string &socket_id) { in writeSocketIdToPipe() argument218 return writeSocketIdToPipe(port_name_pipe, socket_id); in writeSocketIdToPipe()222 const std::string &socket_id) { in writeSocketIdToPipe() argument224 return writeSocketIdToPipe(port_pipe, socket_id); in writeSocketIdToPipe()320 const std::string socket_id = acceptor_up->GetLocalSocketId(); in ConnectToRemote() local321 if (!socket_id.empty()) { in ConnectToRemote()324 error = writeSocketIdToPipe(named_pipe_path, socket_id); in ConnectToRemote()332 error = writeSocketIdToPipe(unnamed_pipe, socket_id); in ConnectToRemote()
98 static Status save_socket_id_to_file(const std::string &socket_id, in save_socket_id_to_file() argument118 temp_file << socket_id; in save_socket_id_to_file()
621 int socket_id = 0; in __kmp_affinity_create_hwloc_map() local627 socket_id++) { in __kmp_affinity_create_hwloc_map()628 labels[0] = socket_id; in __kmp_affinity_create_hwloc_map()