Lines Matching refs:event_mask

84         uint32_t event_mask = RNBContext::event_read_packet_available |  in RNBRunLoopGetStartModeFromRemote()  local
90 …hreadedIf (LOG_RNB_MAX, "%s ctx.Events().WaitForSetEvents( 0x%08x ) ...",__FUNCTION__, event_mask); in RNBRunLoopGetStartModeFromRemote()
91 nub_event_t set_events = ctx.Events().WaitForSetEvents(event_mask); in RNBRunLoopGetStartModeFromRemote()
92 …MAX, "%s ctx.Events().WaitForSetEvents( 0x%08x ) => 0x%08x", __FUNCTION__, event_mask, set_events); in RNBRunLoopGetStartModeFromRemote()
258 uint32_t event_mask = RNBContext::event_read_packet_available; in RNBRunLoopLaunchInferior() local
259 nub_event_t set_events = ctx.Events().WaitForSetEvents(event_mask); in RNBRunLoopLaunchInferior()
500 uint32_t event_mask = ctx.NormalEventBits(); in RNBRunLoopInferiorExecuting() local
505 event_mask &= ~RNBContext::event_proc_stdio_available; in RNBRunLoopInferiorExecuting()
506 event_mask &= ~RNBContext::event_proc_profile_data; in RNBRunLoopInferiorExecuting()
514 …readedIf (LOG_RNB_EVENTS, "%s ctx.Events().WaitForSetEvents(0x%08x) ...",__FUNCTION__, event_mask); in RNBRunLoopInferiorExecuting()
515 nub_event_t set_events = ctx.Events().WaitForSetEvents(event_mask); in RNBRunLoopInferiorExecuting()
516 …%s ctx.Events().WaitForSetEvents(0x%08x) => 0x%08x (%s)",__FUNCTION__, event_mask, set_events, ctx… in RNBRunLoopInferiorExecuting()
603 const uint32_t event_mask = RNBContext::event_read_packet_available | in RNBRunLoopPlatform() local
606 …readedIf (LOG_RNB_EVENTS, "%s ctx.Events().WaitForSetEvents(0x%08x) ...",__FUNCTION__, event_mask); in RNBRunLoopPlatform()
607 nub_event_t set_events = ctx.Events().WaitForSetEvents(event_mask); in RNBRunLoopPlatform()
608 …%s ctx.Events().WaitForSetEvents(0x%08x) => 0x%08x (%s)",__FUNCTION__, event_mask, set_events, ctx… in RNBRunLoopPlatform()