Searched refs:pending_event (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dremote-notif.c140 if (state->pending_event[nc->id] != NULL)
156 state->pending_event[nc->id] = event;
238 delete pending_event[i]; local
H A Dremote-notif.h114 struct notif_event *pending_event[REMOTE_NOTIF_LAST] {}; struct in struct:remote_notif_state
H A Dremote.c4822 rs->notif_state->pending_event[notif_client_stop.id]
7110 reply = (struct stop_reply *) rns->pending_event[notif_client_stop.id];
7116 rns->pending_event[notif_client_stop.id] = NULL;
7642 if (rs->notif_state->pending_event[nc->id] != NULL)
7651 rs->notif_state->pending_event[nc->id]);
7652 rs->notif_state->pending_event[nc->id] = NULL;
7816 if (rs->notif_state->pending_event[notif_client_stop.id] != NULL)
14192 if (rs->notif_state->pending_event[notif_client_stop.id] != NULL
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dremote-notif.c142 if (state->pending_event[nc->id] != NULL)
158 state->pending_event[nc->id] = event;
240 delete pending_event[i]; local
H A Dremote-notif.h114 struct notif_event *pending_event[REMOTE_NOTIF_LAST] {}; struct in struct:remote_notif_state
H A Dremote.c5011 rs->notif_state->pending_event[notif_client_stop.id]
7380 reply = (struct stop_reply *) rns->pending_event[notif_client_stop.id];
7914 if (rs->notif_state->pending_event[nc->id] != NULL)
7923 rs->notif_state->pending_event[nc->id]);
7924 rs->notif_state->pending_event[nc->id] = NULL;
8160 if (rs->notif_state->pending_event[notif_client_stop.id] != NULL)
8376 || rs->notif_state->pending_event[notif_client_stop.id] != nullptr)
/netbsd-current/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front.h120 struct drm_pending_vblank_event *pending_event; member in struct:xen_drm_front_drm_pipeline
H A Dxen_drm_front_kms.c103 if (pipeline->pending_event)
104 drm_crtc_send_vblank_event(crtc, pipeline->pending_event);
105 pipeline->pending_event = NULL;
242 WARN_ON(pipeline->pending_event);
247 pipeline->pending_event = event;
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
H A Dsave.h151 uint32_t pending_event; member in union:hvm_hw_cpu::__anon9009
265 uint32_t pending_event; member in union:hvm_hw_cpu_compat::__anon9011
292 ucpu->nat.pending_event = ucpu->cmp.pending_event;

Completed in 191 milliseconds