| /device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
| D | drm_vsync_worker.cpp | 31 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init() 32 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init() 59 if (mThread != nullptr) { in ~DrmVsyncWorker() 60 mThread->join(); in ~DrmVsyncWorker()
|
| D | drm_vsync_worker.h | 43 std::unique_ptr<std::thread> mThread; variable
|
| /device/soc/rockchip/common/hardware/display/src/display_device/ |
| D | drm_vsync_worker.cpp | 33 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init() 34 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init() 61 if (mThread != nullptr) { in ~DrmVsyncWorker() 62 mThread->join(); in ~DrmVsyncWorker()
|
| D | hdi_netlink_monitor.cpp | 39 … mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init() 40 mThread->detach(); in Init()
|
| D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread; variable
|
| D | drm_vsync_worker.h | 43 std::unique_ptr<std::thread> mThread; variable
|
| /device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
| D | drm_vsync_worker.cpp | 31 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init() 32 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init() 59 if (mThread != nullptr) { in ~DrmVsyncWorker() 60 mThread->join(); in ~DrmVsyncWorker()
|
| D | hdi_netlink_monitor.cpp | 34 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init() 35 mThread->detach(); in Init()
|
| D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread; variable
|
| D | drm_vsync_worker.h | 42 std::unique_ptr<std::thread> mThread; variable
|
| /device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
| D | drm_vsync_worker.cpp | 31 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init() 32 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init() 59 if (mThread != nullptr) { in ~DrmVsyncWorker() 60 mThread->join(); in ~DrmVsyncWorker()
|
| D | hdi_netlink_monitor.cpp | 34 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init() 35 mThread->detach(); in Init()
|
| D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread; variable
|
| D | drm_vsync_worker.h | 42 std::unique_ptr<std::thread> mThread; variable
|
| /device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
| D | drm_vsync_worker.cpp | 31 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init() 32 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init() 59 if (mThread != nullptr) { in ~DrmVsyncWorker() 60 mThread->join(); in ~DrmVsyncWorker()
|
| D | hdi_netlink_monitor.cpp | 39 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init() 40 mThread->detach(); in Init()
|
| D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread; variable
|
| D | drm_vsync_worker.h | 43 std::unique_ptr<std::thread> mThread; variable
|
| /device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
| D | drm_vsync_worker.cpp | 31 mThread = std::make_unique<std::thread>([this]() { WorkThread(); }); in Init() 32 … DISPLAY_CHK_RETURN((mThread == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create thread")); in Init() 59 if (mThread != nullptr) { in ~DrmVsyncWorker() 60 mThread->join(); in ~DrmVsyncWorker()
|
| D | hdi_netlink_monitor.cpp | 34 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init() 35 mThread->detach(); in Init()
|
| D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread; variable
|
| D | drm_vsync_worker.h | 42 std::unique_ptr<std::thread> mThread; variable
|
| /device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
| D | hdi_netlink_monitor.h | 33 std::unique_ptr<std::thread> mThread; variable
|
| D | hdi_netlink_monitor.cpp | 42 mThread = std::make_unique<std::thread>([this]() { in Init()
|
| /device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
| D | rk_list.cpp | 379 pthread_t mThread; in rk_list_test_0() local 384 pthread_create(&mThread, &attr, rk_list_test_loop_0, (void*)list_0); in rk_list_test_0() 398 pthread_join(mThread, &dummy); in rk_list_test_0()
|