Home
last modified time | relevance | path

Searched defs:got_event (Results 1 – 6 of 6) sorted by relevance

/external/lldb/test/api/multithreaded/
Dtest_listener_resume.cpp31 bool got_event = g_listener.WaitForEvent(1, event); in listener_func() local
Dtest_listener_event_description.cpp28 bool got_event = g_listener.WaitForEvent(1, event); in listener_func() local
Dtest_listener_event_process_state.cpp29 bool got_event = g_listener.WaitForEvent(1, event); in listener_func() local
/external/ltrace/sysdeps/linux-gnu/
Dtrace.h37 int got_event : 1; member
/external/lldb/source/Target/
DProcess.cpp3378 bool got_event = halt_listener.WaitForEvent (&timeout_time, event_sp); in Halt() local
4783 bool got_event; in RunThreadPlan() local
/external/chromium_org/ui/aura/
Dwindow_event_dispatcher_unittest.cc1128 bool got_event() const { return got_event_; } in got_event() function in aura::DeletingWindowDelegate