HomeSort by relevance Sort by last modified time
    Searched refs:got_event (Results 1 - 8 of 8) sorted by null

  /external/lldb/test/api/multithreaded/
test_listener_resume.cpp 31 bool got_event = g_listener.WaitForEvent(1, event); local
32 if (got_event) {
test_listener_event_description.cpp 28 bool got_event = g_listener.WaitForEvent(1, event); local
29 if (got_event) {
test_listener_event_process_state.cpp 29 bool got_event = g_listener.WaitForEvent(1, event); local
30 if (got_event) {
  /external/ltrace/sysdeps/linux-gnu/
trace.h 37 int got_event : 1; member in struct:pid_task
trace.c 444 task_info->got_event = 1;
481 && pids->tasks[i].got_event) {
546 && !pids->tasks[i].got_event
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 397 int handle_pedometer(int *got_event)
422 if (!*got_event)
431 *got_event = true;
434 if (!*got_event)
438 *got_event = true;
513 static int got_event = 1; local
520 if (got_event)
522 got_event = false;
546 got_event = true;
553 handle_pedometer(&got_event);
    [all...]
  /external/lldb/source/Target/
Process.cpp     [all...]
  /external/chromium_org/ui/aura/
window_event_dispatcher_unittest.cc 1152 bool got_event() const { return got_event_; } function in class:aura::DeletingWindowDelegate
    [all...]

Completed in 1870 milliseconds