Searched defs:got_event (Results 1 - 5 of 5) sorted by relevance

/external/lldb/test/api/multithreaded/
H A Dtest_listener_resume.cpp31 bool got_event = g_listener.WaitForEvent(1, event); local
32 if (got_event) {
H A Dtest_listener_event_description.cpp28 bool got_event = g_listener.WaitForEvent(1, event); local
29 if (got_event) {
H A Dtest_listener_event_process_state.cpp29 bool got_event = g_listener.WaitForEvent(1, event); local
30 if (got_event) {
/external/ltrace/sysdeps/linux-gnu/
H A Dtrace.h37 int got_event : 1; member in struct:pid_task
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc1152 bool got_event() const { return got_event_; } function in class:aura::DeletingWindowDelegate
1195 EXPECT_TRUE(d11.got_event());
1203 EXPECT_TRUE(d11.got_event());
1212 EXPECT_FALSE(d11.got_event());

Completed in 157 milliseconds