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

  /src/external/gpl3/gdb.old/dist/gdb/
linux-nat.c 2237 int thread_dead = 0;
2255 thread_dead = 1;
2279 thread_dead = 1;
2296 if (!thread_dead)
2318 thread_dead = 1;
2324 if (thread_dead)
2231 int thread_dead = 0; local
  /src/external/gpl3/gdb/dist/gdb/
linux-nat.c 2237 int thread_dead = 0;
2255 thread_dead = 1;
2279 thread_dead = 1;
2296 if (!thread_dead)
2318 thread_dead = 1;
2324 if (thread_dead)
2231 int thread_dead = 0; local

Completed in 23 milliseconds