Searched refs:async_event_handler_marked (Results 1 – 6 of 6) sorted by relevance
82 extern bool async_event_handler_marked (async_event_handler *handler);
316 async_event_handler_marked (async_event_handler *handler) in async_event_handler_marked() function
1356 && async_event_handler_marked (amd_dbgapi_async_event_handler)) in has_pending_events()
511 bool async_event_handler_marked () const in async_event_handler_marked() function512 { return ::async_event_handler_marked (m_async_event_handler_token); } in async_event_handler_marked()7373 if (rs->async_event_handler_marked ()) in has_pending_events()8799 gdb_assert (!rs->async_event_handler_marked ()); in wait()
2856 (async_event_handler_marked): New.2857 * async-event.h (async_event_handler_marked): Declare.
20565 gdb_assert (!rs->async_event_handler_marked ());