Home
last modified time | relevance | path

Searched refs:timespec (Results 1101 - 1125 of 1890) sorted by relevance

1...<<41424344454647484950>>...76

/test/xts/acts/kernel_lite/ipc_posix/signal/
H A DSignalTest.cpp446 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 Dmod.rs140 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 Dmod.rs146 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 Dhisysevent_easy.c38 struct timespec tp; in GetTimestamp()
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dkey_event_util.cpp91 struct timespec time = { 0 }; in GetNanoTime()
/base/location/services/location_locator/locator/include/
H A Dreport_manager.h51 struct timespec lastUpdateTime_;
/base/hiviewdfx/faultloggerd/interfaces/innerkits/sigdump_handler/
H A Ddfx_sigdump_handler.cpp47 static const struct timespec SIG_WAIT_TIMEOUT = {
/base/hiviewdfx/faultloggerd/common/cutil/
H A Dmusl_cutil.h135 struct timespec ts; in GetTimeMilliseconds()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/crash_exception/
H A Dcrash_exception.cpp36 struct timespec ts; in GetTimeMillisec()
/base/powermgr/battery_manager/charger/src/
H A Dcharger_graphic_engine.cpp89 struct timespec ts = {static_cast<time_t>(seconds), nanoSeconds}; in UsSleep()
/base/startup/init/services/log/
H A Dinit_log.c44 struct timespec curr = {0}; in LogToFile()
/base/startup/init/ueventd/standard/
H A Dueventd_parameter.c71 struct timespec abstime = {0}; in ThreadRun()
/base/time/time_service/services/time/src/
H A Dntp_trusted_time.cpp99 struct timespec tv {}; in GetBootTimeNs()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_vsync_worker.cpp96 struct timespec current; in WaitNextVBlank()
/foundation/ai/intelligent_voice_framework/utils/
H A Dtime_util.cpp87 timespec timeEnd; in TimeElapseUs()
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Dinjector_utils.cpp33 struct timespec ts = { 0, 0 }; in GetSysClockTime()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Dvolume_ramp.cpp71 timespec tm {}; in GetCurrentTimeMS()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_gl.cpp104 struct timespec curTime = {0, 0}; in SetUiTimeStamp()
H A Drs_surface_ohos_raster.cpp79 struct timespec curTime = {0, 0}; in SetUiTimeStamp()
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/
H A Dmtpfs_fuse.h70 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 Dvenc_sample.cpp114 struct timespec now;
/foundation/multimedia/ringtone_library/services/utils/include/
H A Dringtone_file_utils.h49 EXPORT static int64_t Timespec2Millisecond(const struct timespec &time);
/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_glow_point.cpp60 struct timespec time = { 0 }; in GetNanoTime()
/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H A Dcondition_variable.h107 timespec ts;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_file_utils_mock.cpp68 int64_t CloudFileUtils::Timespec2Milliseconds(const struct timespec &time) in Timespec2Milliseconds()

Completed in 29 milliseconds

1...<<41424344454647484950>>...76