OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notif_state
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
remote-notif.c
110
remote_notif_state *
notif_state
= (remote_notif_state *) data;
local
111
clear_async_event_handler (
notif_state
->get_pending_events_token);
112
gdb_assert (remote_target_is_non_stop_p (
notif_state
->remote));
113
remote_notif_process (
notif_state
, NULL);
215
struct remote_notif_state *
notif_state
= new struct remote_notif_state;
local
217
notif_state
->remote = remote;
221
notif_state
->get_pending_events_token
223
notif_state
, "remote-notif");
225
return
notif_state
;
remote.c
660
struct remote_notif_state *
notif_state
= nullptr;
variable in typeref:struct:remote_notif_state
4589
delete rs->
notif_state
;
5379
rs->
notif_state
->pending_event[notif_client_stop.id]
6262
rs->
notif_state
= remote_notif_state_allocate (remote);
7074
remote_notif_process (rs->
notif_state
, ¬if_client_stop);
7850
struct remote_notif_state *rns = rs->
notif_state
;
8396
if (rs->
notif_state
->pending_event[nc->id] != NULL)
8405
std::move (rs->
notif_state
->pending_event[nc->id]));
8648
if (rs->
notif_state
->pending_event[notif_client_stop.id] != NULL)
8863
|| rs->
notif_state
->pending_event[notif_client_stop.id] != nullptr
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
remote-notif.c
110
remote_notif_state *
notif_state
= (remote_notif_state *) data;
local
111
clear_async_event_handler (
notif_state
->get_pending_events_token);
112
gdb_assert (remote_target_is_non_stop_p (
notif_state
->remote));
113
remote_notif_process (
notif_state
, NULL);
215
struct remote_notif_state *
notif_state
= new struct remote_notif_state;
local
217
notif_state
->remote = remote;
221
notif_state
->get_pending_events_token
223
notif_state
, "remote-notif");
225
return
notif_state
;
remote.c
637
struct remote_notif_state *
notif_state
= nullptr;
variable in typeref:struct:remote_notif_state
4565
delete rs->
notif_state
;
5355
rs->
notif_state
->pending_event[notif_client_stop.id]
6228
rs->
notif_state
= remote_notif_state_allocate (remote);
7040
remote_notif_process (rs->
notif_state
, ¬if_client_stop);
7816
struct remote_notif_state *rns = rs->
notif_state
;
8362
if (rs->
notif_state
->pending_event[nc->id] != NULL)
8371
std::move (rs->
notif_state
->pending_event[nc->id]));
8607
if (rs->
notif_state
->pending_event[notif_client_stop.id] != NULL)
8822
|| rs->
notif_state
->pending_event[notif_client_stop.id] != nullptr
[
all
...]
Completed in 36 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026