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

  /src/external/gpl3/gdb.old/dist/gdb/
thread.c 80 is_current_thread (const thread_info *thr) function
370 return refcount () == 0 && !is_current_thread (this);
1436 if (is_current_thread (thr))
1597 gdb_assert (is_current_thread (thr));
  /src/external/gpl3/gdb/dist/gdb/
thread.c 80 is_current_thread (const thread_info *thr) function
370 return refcount () == 0 && !is_current_thread (this);
1459 if (is_current_thread (thr))
1620 gdb_assert (is_current_thread (thr));

Completed in 23 milliseconds