Home
last modified time | relevance | path

Searched refs:event_thread (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/ti/am57x/libhwcomposer/
H A Dhwc_dev.h43 std::thread* event_thread; member
H A Dhwc.cpp650 if (hwc_dev->event_thread) in hwc_device_close()
651 delete hwc_dev->event_thread; in hwc_device_close()
682 hwc_dev->event_thread = new std::thread(hwc_drm_event_thread, hwc_dev); in hwc_device_open()
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h1011 jthread event_thread,
2399 jthread event_thread, in SetEventNotificationMode()
2401 return functions->SetEventNotificationMode(this, mode, event_type, event_thread); in SetEventNotificationMode()
/aosp12/art/openjdkjvmti/
H A DOpenjdkJvmTi.cc1031 jthread event_thread, in SetEventNotificationMode() argument
1036 event_thread, in SetEventNotificationMode()