Home
last modified time | relevance | path

Searched defs:clock (Results 26 - 50 of 78) sorted by relevance

1234

/third_party/musl/src/thread/
H A Dpthread_mutex_timedlock.c23 int clock = m->_m_clock; in pthread_mutex_timedlock_pi() local
71 int clock = (m->_m_clock == CLOCK_MONOTONIC) ? CLOCK_MONOTONIC : CLOCK_REALTIME; in __pthread_mutex_timedlock_inner() local
H A Dpthread_cond_timedwait.c65 int e, seq, clock = c->_c_clock, cs, shared=0, oldstate, tmp; in __pthread_cond_timedwait() local
/third_party/python/Lib/ctypes/test/
H A Dtest_strings.py136 from time import perf_counter as clock namespace
H A Dtest_numbers.py249 from time import perf_counter as clock namespace
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Danimation_api.h67 void Step(const IClock::ConstPtr& clock) in Step() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation.h142 GetState().Step(clock); variable
H A Danimation_controller.cpp142 IAnimationController::StepInfo AnimationController::Step(const IClock::ConstPtr& clock) in Step() argument
H A Dtrack_animation.cpp130 void TrackAnimation::Step(const IClock::ConstPtr& clock) in Step() argument
H A Danimation_state.cpp111 AnimationState::StepStatus AnimationState::Step(const IClock::ConstPtr& clock) in Step() argument
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_cond_timedwait.c85 int e, seq, clock = c->_c_clock, cs, shared = 0, oldstate, tmp; in __pthread_cond_timedwait() local
/third_party/ltp/testcases/kernel/syscalls/timer_settime/
H A Dtimer_settime01.c99 clock_t clock = clock_list[i]; in run() local
[all...]
H A Dtimer_settime02.c88 clock_t clock = clock_list[i]; in run() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dpthread_cond_test.cpp53 clockid_t clock; in InitMonotonic() local
62 MakeTimeout( clockid_t clock, int (*testWaitFunc)(pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* timeout)) MakeTimeout() argument
208 clockid_t clock; HWTEST_F() local
222 clockid_t clock; HWTEST_F() local
237 clockid_t clock; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_one_shot_timer.cpp45 HgmOneShotTimer(std::string name, const Interval& interval, const ResetCallback& resetCallback, const ExpiredCallback& expiredCallback, std::unique_ptr<ChronoSteadyClock> clock) HgmOneShotTimer() argument
166 HgmSimpleTimer(std::string name, const Interval& interval, const StartCallback& startCallback, const ExpiredCallback& expiredCallback, std::unique_ptr<ChronoSteadyClock> clock) HgmSimpleTimer() argument
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp138 struct tm *GetLocaltime(const time_t* clock, struct tm *result) in GetLocaltime() argument
152 auto clock = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in CreateDisplayName() local
/third_party/ffmpeg/libavdevice/
H A Ddshow_filter.c62 long WINAPI ff_dshow_filter_SetSyncSource(DShowFilter *this, IReferenceClock *clock) in ff_dshow_filter_SetSyncSource() argument
76 long WINAPI ff_dshow_filter_GetSyncSource(DShowFilter *this, IReferenceClock **clock) in ff_dshow_filter_GetSyncSource() argument
[all...]
H A Ddshow_pin.c303 IReferenceClock *clock = pin->filter->clock; in ff_dshow_meminputpin_Receive() local
/third_party/ltp/pan/
H A Dreporter.c87 time_t clock; in scanner_reporter() local
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A D_pthreadtypes.h73 typedef struct { int clock; } pthread_condattr_t; member
/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/
H A Dui_test_analog_clock.cpp112 TestBtnOnClickChangeModeListener(UIView* uiView, UIAnalogClock* clock) : uiView_(uiView), clock_(clock) {} in TestBtnOnClickChangeModeListener() argument
137 TestBtnOnClickMovePositionListener(UIView* uiView, UIAnalogClock* clock, MoveType type, uint16_t grid) in TestBtnOnClickMovePositionListener() argument
209 void UITestAnalogClock::CreateButtons001(UIViewGroup* group, UIImageView* curFace, UIAnalogClock* clock) in CreateButtons001() argument
319 CreateButtons002(UIViewGroup* group, UIImageView* curFace, UIAnalogClock* clock) CreateButtons002() argument
[all...]
H A Dui_test_analog_clock.h28 explicit ClockAnimatorCallback(UIAnalogClock* clock) : clock_(clock) {} in ClockAnimatorCallback() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeeding_smoother.cpp117 int64_t clock = timeStampBaseline_ + clockTime_ - clockBaseline_; in SmoothFeeding() local
206 void IFeedingSmoother::SyncClock(const int64_t timeStamp, const int64_t interval, const int64_t clock) in SyncClock() argument
/third_party/ffmpeg/libavformat/
H A Dsga.c200 int clock; in sga_read_header() local
/third_party/mesa3d/src/intel/ds/
H A Dintel_driver_ds.cc177 auto clock = event->add_clocks(); in sync_timestamp() local
183 auto clock = event->add_clocks(); in sync_timestamp() local
/third_party/mesa3d/src/tool/pps/
H A Dpps_datasource.cc250 auto clock = event->add_clocks(); in add_timestamp() local
257 auto clock = event->add_clocks(); in add_timestamp() local

Completed in 12 milliseconds

1234