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

  /src/external/gpl3/gdb.old/dist/gdb/
infrun.c 4249 /* An event reported by wait_one. */
5261 wait_one ()
5574 /* Helper for stop_all_threads. wait_one waits for events until it
5610 wait_one once for each.
5612 #7 - The first wait_one call collects the no-resumed event from #3
5615 #9 - Seeing the no-resumed event, wait_one disables target async
5617 wait_one from here on always return no-resumed directly
5624 wait_one doesn't wait on it, so it won't see the expected
5781 wait_one_event event = wait_one ();
5255 wait_one () function
  /src/external/gpl3/gdb/dist/gdb/
infrun.c 4258 /* An event reported by wait_one. */
5272 wait_one ()
5585 /* Helper for stop_all_threads. wait_one waits for events until it
5621 wait_one once for each.
5623 #7 - The first wait_one call collects the no-resumed event from #3
5626 #9 - Seeing the no-resumed event, wait_one disables target async
5628 wait_one from here on always return no-resumed directly
5635 wait_one doesn't wait on it, so it won't see the expected
5792 wait_one_event event = wait_one ();
5266 wait_one () function

Completed in 83 milliseconds