Home
last modified time | relevance | path

Searched refs:got_event (Results 1 – 7 of 7) sorted by relevance

/external/lldb/test/api/multithreaded/
Dtest_listener_resume.cpp31 bool got_event = g_listener.WaitForEvent(1, event); in listener_func() local
32 if (got_event) { in listener_func()
Dtest_listener_event_description.cpp28 bool got_event = g_listener.WaitForEvent(1, event); in listener_func() local
29 if (got_event) { in listener_func()
Dtest_listener_event_process_state.cpp29 bool got_event = g_listener.WaitForEvent(1, event); in listener_func() local
30 if (got_event) { in listener_func()
/external/ltrace/sysdeps/linux-gnu/
Dtrace.h37 int got_event : 1; member
Dtrace.c444 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()
/external/lldb/source/Target/
DProcess.cpp3378 bool got_event = halt_listener.WaitForEvent (&timeout_time, event_sp); in Halt() local
3381 if (!got_event || state == eStateInvalid) in Halt()
4783 bool got_event; in RunThreadPlan() local
4857 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()
/external/chromium_org/ui/aura/
Dwindow_event_dispatcher_unittest.cc1128 bool got_event() const { return got_event_; } in got_event() function in aura::DeletingWindowDelegate
1171 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()