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

  /src/external/gpl3/gdb/dist/gdb/
remote.c 3430 static int threadmatch (threadref *dest, threadref *src);
3694 threadmatch (threadref *dest, threadref *src)
3769 if (!threadmatch (&ref, expectedref))
3933 if (!threadmatch (&rs->echo_nextthread, nextthread))
3691 threadmatch (threadref *dest, threadref *src) function
  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 3406 static int threadmatch (threadref *dest, threadref *src);
3670 threadmatch (threadref *dest, threadref *src)
3745 if (!threadmatch (&ref, expectedref))
3909 if (!threadmatch (&rs->echo_nextthread, nextthread))
3667 threadmatch (threadref *dest, threadref *src) function

Completed in 41 milliseconds