Searched refs:StartDebugForSocketpair (Results 1 – 3 of 3) sorted by relevance
38 bool StartDebugForSocketpair(int tid, int socketfd);
316 bool StartDebugForSocketpair(int tid, int socketfd) in StartDebugForSocketpair() function
3074 using StartDebugForSocketpair = bool (*)(int, int); in StartDebuggerForSocketPair() typedef3082 bool ret = reinterpret_cast<StartDebugForSocketpair>(sym.Value())(tid, socketfd); in StartDebuggerForSocketPair()