HomeSort by: relevance | last modified time | path
    Searched defs:notif_stop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
server.cc 184 notif_event_enque (&notif_stop, new_notif);
201 end = notif_stop.queue.end ();
202 for (iter = notif_stop.queue.begin (); iter != end; iter = next)
207 if (iter == notif_stop.queue.begin ())
219 notif_stop.queue.erase (iter);
257 for (notif_event *event : notif_stop.queue)
266 struct notif_server notif_stop = variable in typeref:struct:notif_server
3696 notif_event_enque (&notif_stop, new_notif);
3782 notif_write_event (&notif_stop, cs.own_buf);
5057 notif_push (&notif_stop, vstop_notif)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.cc 184 notif_event_enque (&notif_stop, new_notif);
201 end = notif_stop.queue.end ();
202 for (iter = notif_stop.queue.begin (); iter != end; iter = next)
207 if (iter == notif_stop.queue.begin ())
219 notif_stop.queue.erase (iter);
257 for (notif_event *event : notif_stop.queue)
266 struct notif_server notif_stop = variable in typeref:struct:notif_server
3645 notif_event_enque (&notif_stop, new_notif);
3731 notif_write_event (&notif_stop, cs.own_buf);
4938 notif_push (&notif_stop, vstop_notif)
    [all...]

Completed in 31 milliseconds