Searched refs:got_event (Results 1 – 7 of 7) sorted by relevance
31 bool got_event = g_listener.WaitForEvent(1, event); in listener_func() local32 if (got_event) { in listener_func()
28 bool got_event = g_listener.WaitForEvent(1, event); in listener_func() local29 if (got_event) { in listener_func()
29 bool got_event = g_listener.WaitForEvent(1, event); in listener_func() local30 if (got_event) { in listener_func()
37 int got_event : 1; member
444 task_info->got_event = 1; in handle_stopping_event()481 && pids->tasks[i].got_event) { in continue_for_sigstop_delivery()546 && !pids->tasks[i].got_event in all_stops_accountable()
3378 bool got_event = halt_listener.WaitForEvent (&timeout_time, event_sp); in Halt() local3381 if (!got_event || state == eStateInvalid) in Halt()4783 bool got_event; in RunThreadPlan() local4857 got_event = listener.WaitForEvent(&resume_timeout, event_sp); in RunThreadPlan()4858 if (!got_event) in RunThreadPlan()4955 got_event = listener.WaitForEvent (timeout_ptr, event_sp); in RunThreadPlan()4957 if (got_event) in RunThreadPlan()5138 got_event = listener.WaitForEvent(&real_timeout, event_sp); in RunThreadPlan()5140 if (got_event) in RunThreadPlan()
1128 bool got_event() const { return got_event_; } in got_event() function in aura::DeletingWindowDelegate1171 EXPECT_TRUE(d11.got_event()); in TEST_F()1179 EXPECT_TRUE(d11.got_event()); in TEST_F()1188 EXPECT_FALSE(d11.got_event()); in TEST_F()