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

  /system/core/adf/libadfhwc/
adfhwc.cpp 33 pthread_t event_thread; member in struct:adf_hwc_helper
267 ret = pthread_create(&dev_ret->event_thread, NULL, adf_event_thread,
287 pthread_kill(dev->event_thread, SIGTERM);
288 pthread_join(dev->event_thread, NULL);
  /art/runtime/
debugger.h 330 static bool MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread)
    [all...]
debugger.cc     [all...]

Completed in 851 milliseconds