HomeSort by: relevance | last modified time | path
    Searched defs:closeConnection (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRPCTargetProcessControl.h 371 Error closeConnection(OnCloseConnectionFunction OnCloseConnection) {
373 return EP.template callAsync<orcrpctpc::CloseConnection>(
380 if (auto Err = closeConnection([&](Error Err2) -> Error {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
OrcRPCTPCServer.h 380 class CloseConnection : public shared::RPCFunction<CloseConnection, void()> {
382 static const char *getName() { return "CloseConnection"; }
423 EP.template addHandler<orcrpctpc::CloseConnection>(*this,
424 &ThisT::closeConnection);
606 void closeConnection() { Finished = true; }

Completed in 65 milliseconds