OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eventing
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
record-btrace.c
2653
struct thread_info *
eventing
= NULL;
local
2654
while ((
eventing
== NULL) && !moving.empty ())
2656
for (unsigned int ix = 0;
eventing
== NULL && ix < moving.size ();)
2673
eventing
= unordered_remove (moving, ix);
2679
if (
eventing
== NULL)
2684
In the former case,
EVENTING
must not be NULL.
2689
EVENTING
now that we are going to report its stop. */
2690
eventing
= unordered_remove (no_history, 0);
2691
eventing
->btrace.flags &= ~BTHR_MOVE;
2696
gdb_assert (
eventing
!= NULL)
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
record-btrace.c
2650
struct thread_info *
eventing
= NULL;
local
2651
while ((
eventing
== NULL) && !moving.empty ())
2653
for (unsigned int ix = 0;
eventing
== NULL && ix < moving.size ();)
2670
eventing
= unordered_remove (moving, ix);
2676
if (
eventing
== NULL)
2681
In the former case,
EVENTING
must not be NULL.
2686
EVENTING
now that we are going to report its stop. */
2687
eventing
= unordered_remove (no_history, 0);
2688
eventing
->btrace.flags &= ~BTHR_MOVE;
2693
gdb_assert (
eventing
!= NULL)
[
all
...]
Completed in 55 milliseconds
Indexes created Sun May 17 00:24:36 UTC 2026