Searched refs:pending_event (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | remote-notif.c | 171 if (nc->pending_event) in handle_notification() 187 nc->pending_event = event; in handle_notification() 256 if (notif->pending_event != NULL in notif_xfree() 257 && notif->pending_event->dtr != NULL) in notif_xfree() 258 notif->pending_event->dtr (notif->pending_event); in notif_xfree() 260 xfree (notif->pending_event); in notif_xfree()
|
| HD | remote-notif.h | 68 struct notif_event *pending_event; member
|
| HD | remote.c | 3513 notif_client_stop.pending_event in remote_start_remote() 5320 = (struct stop_reply *) notif_client_stop.pending_event; in discard_pending_stop_replies() 5328 notif_client_stop.pending_event = NULL; in discard_pending_stop_replies() 5698 if (nc->pending_event) in remote_notif_get_pending_events() 5706 nc->ack (nc, rs->buf, nc->pending_event); in remote_notif_get_pending_events() 5707 nc->pending_event = NULL; in remote_notif_get_pending_events() 5810 if (notif_client_stop.pending_event != NULL) in remote_wait_ns()
|
| /dragonfly/lib/libevtr/ |
| HD | evtr.c | 240 struct evtr_event pending_event; member 801 memcpy(&q->pending_event, ev, sizeof(*ev)); in parse_callback() 802 parse_string(&q->pending_event, q->symtab, &ev->fmt[1], in parse_callback() 808 if (!evtr_match_filters(q, &q->pending_event)) in parse_callback() 1766 memcpy(ev, &q->pending_event, sizeof(*ev)); in _evtr_next_event() 1921 memset(&q->pending_event, '\0', sizeof(q->pending_event)); in evtr_query_init()
|