/test/xts/acts/kernel_lite/ipc_posix/signal/ |
H A D | SignalTest.cpp | 446 struct timespec time1 = {0, 100*1000000};
in HWTEST_F() 513 struct timespec ts = {0, 500*1000000};
in HWTEST_F() 517 struct timespec time1 = {0, 0};
in HWTEST_F() 518 struct timespec time2 = {0, 0};
in HWTEST_F() 558 struct timespec time1 = {0, 100*1000000};
in HWTEST_F() 614 struct timespec time1 = {0, 0};
in HWTEST_F() 615 struct timespec time2 = {0, 0};
in HWTEST_F() 649 struct timespec time1 = {0};
in HWTEST_F() 650 struct timespec time2 = {0};
in HWTEST_F()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 140 pub struct timespec { structure names 403 pub sched_ss_repl_period: ::timespec, 404 pub sched_ss_init_budget: ::timespec, 555 pub it_interval: ::timespec, 556 pub it_value: ::timespec, 3630 pub fn nanosleep(rqtp: *const timespec, rmtp: *mut timespec) -> ::c_int; in nanosleep() 3719 abstime: *const ::timespec, in pthread_cond_timedwait() 3827 timeout: *const timespec, in pselect() 3861 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) in fdatasync() [all...] |
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 146 pub it_interval: ::timespec, 147 pub it_value: ::timespec, 2737 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() 2738 pub fn clock_gettime(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_gettime() 2742 rqtp: *const ::timespec, in clock_nanosleep() 2743 rmtp: *mut ::timespec, in clock_nanosleep() 2745 pub fn clock_settime(clk_id: ::clockid_t, tp: *const ::timespec) -> ::c_int; in clock_settime() 2799 pub fn sem_timedwait(sem: *mut sem_t, abstime: *const ::timespec) -> ::c_int; in sem_timedwait() 2803 abstime: *const ::timespec, in pthread_mutex_timedlock() 2853 pub fn futimens(dirfd: ::c_int, times: *const ::timespec) in futimesat() [all...] |
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/ |
H A D | hisysevent_easy.c | 38 struct timespec tp; in GetTimestamp()
|
/base/inputmethod/imf/test/unittest/cpp_test/common/src/ |
H A D | key_event_util.cpp | 91 struct timespec time = { 0 }; in GetNanoTime()
|
/base/location/services/location_locator/locator/include/ |
H A D | report_manager.h | 51 struct timespec lastUpdateTime_;
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/sigdump_handler/ |
H A D | dfx_sigdump_handler.cpp | 47 static const struct timespec SIG_WAIT_TIMEOUT = {
|
/base/hiviewdfx/faultloggerd/common/cutil/ |
H A D | musl_cutil.h | 135 struct timespec ts; in GetTimeMilliseconds()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/crash_exception/ |
H A D | crash_exception.cpp | 36 struct timespec ts; in GetTimeMillisec()
|
/base/powermgr/battery_manager/charger/src/ |
H A D | charger_graphic_engine.cpp | 89 struct timespec ts = {static_cast<time_t>(seconds), nanoSeconds}; in UsSleep()
|
/base/startup/init/services/log/ |
H A D | init_log.c | 44 struct timespec curr = {0};
in LogToFile()
|
/base/startup/init/ueventd/standard/ |
H A D | ueventd_parameter.c | 71 struct timespec abstime = {0}; in ThreadRun()
|
/base/time/time_service/services/time/src/ |
H A D | ntp_trusted_time.cpp | 99 struct timespec tv {}; in GetBootTimeNs()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | drm_vsync_worker.cpp | 96 struct timespec current;
in WaitNextVBlank()
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | time_util.cpp | 87 timespec timeEnd; in TimeElapseUs()
|
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/ |
H A D | injector_utils.cpp | 33 struct timespec ts = { 0, 0 }; in GetSysClockTime()
|
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | volume_ramp.cpp | 71 timespec tm {}; in GetCurrentTimeMS()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_surface_ohos_gl.cpp | 104 struct timespec curTime = {0, 0}; in SetUiTimeStamp()
|
H A D | rs_surface_ohos_raster.cpp | 79 struct timespec curTime = {0, 0}; in SetUiTimeStamp()
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/ |
H A D | mtpfs_fuse.h | 70 int UTimens(const char *path, const struct timespec tv[2], struct fuse_file_info *fi);
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/ |
H A D | venc_sample.cpp | 114 struct timespec now;
|
/foundation/multimedia/ringtone_library/services/utils/include/ |
H A D | ringtone_file_utils.h | 49 EXPORT static int64_t Timespec2Millisecond(const struct timespec &time);
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | knuckle_glow_point.cpp | 60 struct timespec time = { 0 }; in GetNanoTime()
|
/foundation/resourceschedule/ffrt/interfaces/kits/cpp/ |
H A D | condition_variable.h | 107 timespec ts;
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | cloud_file_utils_mock.cpp | 68 int64_t CloudFileUtils::Timespec2Milliseconds(const struct timespec &time) in Timespec2Milliseconds()
|