Home
last modified time | relevance | path

Searched defs:Clock (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Dwheel.rs35 pub(crate) struct Clock { struct
54 node: Node<Clock>, argument
57 impl Clock { impl
119 impl Default for Clock { implementation
125 unsafe impl Link for Clock { implementation
237 pub(crate) fn cancel(&mut self, clock_entry: NonNull<Clock>) { in cancel()
339 pub(crate) fn insert(&mut self, mut clock_entry: NonNull<Clock>) { in insert()
354 pub(crate) fn cancel(&mut self, clock_entry: NonNull<Clock>) { in cancel()
417 pub(crate) fn take_slot(&mut self, slot: usize) -> LinkedList<Clock> { in take_slot()
H A Ddriver.rs58 pub(crate) fn timer_cancel(&self, clock_entry: NonNull<Clock>) { in timer_cancel()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/perf/
H A Dcpu_timer.cpp25 using Clock = system_clock; typedef
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-clock-des.md1 # Clock chapter
H A Ddriver-platform-clock-develop.md1 # Clock chapter
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H A Dcondition_variable.h51 …std::unique_lock<mutex>& lk, const std::chrono::time_point<Clock, Duration>& tp, Pred&& pred) noex… in wait_until()
62 …cv_status wait_until(std::unique_lock<mutex>& lk, const std::chrono::time_point<Clock, Duration>& … in wait_until()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/common/include/
H A Dcgroup_sched_common.h29 using Clock = std::chrono::high_resolution_clock; variable
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Dpower_mgr_notify_test.cpp44 using Clock = std::chrono::steady_clock; typedef
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_idle_monitor.h41 using Clock = std::chrono::high_resolution_clock; variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dplugin_mgr.h43 using Clock = std::chrono::high_resolution_clock; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dmedia_cached_buffer.h33 using Clock = std::chrono::steady_clock; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
H A Dperformance_data_manager.cpp132 using Clock = std::chrono::system_clock; typedef
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dtask_scheduler.h36 using Clock = std::chrono::steady_clock; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drenderer.cpp395 using Clock = system_clock; in GetTimeStampNow() typedef
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2930 using Clock = std::chrono::steady_clock; in Execute() typedef