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

  /src/external/gpl3/gdb/dist/gdb/
aarch64-fbsd-nat.c 135 static std::unordered_set<lwpid_t> aarch64_debug_pending_threads; variable
299 aarch64_debug_pending_threads.emplace (tp->ptid.lwp ());
309 aarch64_debug_pending_threads.erase (tp->ptid.lwp ());
319 if (aarch64_debug_pending_threads.erase (tp->ptid.lwp ()) == 0)
  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-fbsd-nat.c 135 static std::unordered_set<lwpid_t> aarch64_debug_pending_threads; variable
299 aarch64_debug_pending_threads.emplace (tp->ptid.lwp ());
309 aarch64_debug_pending_threads.erase (tp->ptid.lwp ());
319 if (aarch64_debug_pending_threads.erase (tp->ptid.lwp ()) == 0)

Completed in 24 milliseconds