Home
last modified time | relevance | path

Searched refs:thd (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_realtime_refresh_rate_manager_test.cpp75 for (auto &thd : thds) { variable
76 if (thd.joinable()) {
77 thd.join();
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dddk_uevent_queue.cpp170 std::thread thd(taskWork); in Init() local
172 thd.detach(); in Init()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_safe_block_queue_tracking.cpp491 for (auto& thd : threads) { variable
492 thd.join();