OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Mar 01 05:31:48 UTC 2026