Searched refs:PidTid (Results 1 – 2 of 2) sorted by relevance
55 struct PidTid { struct301 std::optional<PidTid> SendSetCurrentThreadPacket(uint64_t tid, uint64_t pid,
2717 std::optional<PidTid> GDBRemoteCommunicationClient::SendSetCurrentThreadPacket( in SendSetCurrentThreadPacket()2756 std::optional<PidTid> ret = SendSetCurrentThreadPacket(tid, pid, 'g'); in SetCurrentThread()2771 std::optional<PidTid> ret = SendSetCurrentThreadPacket(tid, pid, 'c'); in SetCurrentThreadForRun()