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

  /src/external/gpl3/gdb/dist/gdbsupport/
event-loop.cc 174 static int gdb_wait_for_event (int);
181 gdb_wait_for_event), then process it. Returns >0 if something was
217 res = gdb_wait_for_event (0);
239 /* Block waiting for a new event. If gdb_wait_for_event returns -1,
244 to abort event wait. It is deleted upon gdb_wait_for_event
264 return gdb_wait_for_event (1);
564 gdb_wait_for_event (int block)
563 gdb_wait_for_event (int block) function
event-loop.cc 174 static int gdb_wait_for_event (int);
181 gdb_wait_for_event), then process it. Returns >0 if something was
217 res = gdb_wait_for_event (0);
239 /* Block waiting for a new event. If gdb_wait_for_event returns -1,
244 to abort event wait. It is deleted upon gdb_wait_for_event
264 return gdb_wait_for_event (1);
564 gdb_wait_for_event (int block)
563 gdb_wait_for_event (int block) function
  /src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.cc 174 static int gdb_wait_for_event (int);
181 gdb_wait_for_event), then process it. Returns >0 if something was
217 res = gdb_wait_for_event (0);
239 /* Block waiting for a new event. If gdb_wait_for_event returns -1,
244 to abort event wait. It is deleted upon gdb_wait_for_event
264 return gdb_wait_for_event (1);
564 gdb_wait_for_event (int block)
563 gdb_wait_for_event (int block) function
event-loop.cc 174 static int gdb_wait_for_event (int);
181 gdb_wait_for_event), then process it. Returns >0 if something was
217 res = gdb_wait_for_event (0);
239 /* Block waiting for a new event. If gdb_wait_for_event returns -1,
244 to abort event wait. It is deleted upon gdb_wait_for_event
264 return gdb_wait_for_event (1);
564 gdb_wait_for_event (int block)
563 gdb_wait_for_event (int block) function

Completed in 50 milliseconds