Home
last modified time | relevance | path

Searched refs:time (Results 1776 - 1800 of 8839) sorted by relevance

1...<<71727374757677787980>>...354

/kernel/linux/linux-6.6/scripts/tracing/
H A Ddraw_functrace.py11 calls. Only the functions's names and the call time are provided.
35 def __init__(self, func, time = None, parent = None):
37 self._time = time
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_device.h11 #include <linux/time.h>
120 void snd_seq_oss_process_queue(struct seq_oss_devinfo *dp, abstime_t time);
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/benchmarks/
H A Dnull_syscall.c14 #include <time.h>
16 #include <sys/time.h>
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.c10 #include <time.h>
123 seed = getpid() ^ time(NULL); in ptrace_gpr()
/kernel/linux/linux-6.6/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_benchmark.c14 #include <time.h>
15 #include <sys/time.h>
153 printf("Avg syscall time %.0lfns.\n", time1 * 1.0e9); in main()
197 printf("Avg syscall time %.0lfns.\n", time2 * 1.0e9); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A Dclocksource-switch.c31 #include <sys/time.h>
35 #include <time.h>
/kernel/liteos_m/kal/posix/src/
H A Dtime_internal.h35 #include <time.h>
36 #include <sys/time.h>
64 #define TIME_ZONE_MAX 720 /* UTC-12:00 , the last time zone */
65 #define TIME_ZONE_MIN (-840) /* UTC+14:00 , the first time zone */
/kernel/liteos_m/testsuites/unittest/xts/ipc/semaphone/
H A Dsem_abn_test.c130 * @tc.name sem_timedwait get semaphore, wait time abnormal, tv_nsec less than 0
143 ts.tv_sec = time(NULL);
160 * @tc.name sem_timedwait get semaphore, wait time abnormal
173 ts.tv_sec = time(NULL);
/kernel/linux/linux-6.6/net/atm/
H A Dmpoa_caches.h20 time64_t time; member
57 time64_t time; member
/kernel/linux/linux-6.6/tools/bpf/runqslower/
H A Drunqslower.c7 #include <time.h>
97 time(&t); in handle_event()
/kernel/liteos_a/testsuites/unittest/libc/time/timer/smoke/
H A Dtimer_test_004.cpp33 #include <time.h>
34 #include <sys/time.h>
109 /* Get the timer's time */ in SigInfoTimerTest()
126 LogPrintln("sleep time over, g_handlerFlag = %d", g_handlerFlag); in SigInfoTimerTest()
H A Dtimer_test_003.cpp34 #include <time.h>
35 #include <sys/time.h>
H A Dtimer_test_005.cpp33 #include <time.h>
34 #include <sys/time.h>
75 its.it_value.tv_sec = 3; // 3, timer time 3 seconds. in TimerTest()
87 its.it_value.tv_sec = 4; // 4, timer time 4 seconds. in TimerTest()
101 its.it_value.tv_sec = 5; // 5, timer time 5 seconds. in TimerTest()
/test/testfwk/arkxtest/uitest/record/
H A Dkeyevent_tracker.h38 void SetActionTime(int64_t time) in SetActionTime() argument
40 time_ = time; in SetActionTime()
/test/xts/acts/ability/ability_runtime/fa/faapplicationinfo/src/main/js/test/
H A DApplicationInfoJsunit.test.js56 "time":"11:00",
71 expect(formDataStrToObj2.time).assertEqual("11:00")
77 expect(formDataStrToObj.time).assertEqual("11:00")
/test/xts/acts/kernel_lite/utils/
H A Dutils.h25 #include <time.h>
26 #include <sys/time.h>
115 // keep current process run for a specific time, no sleep.
158 * desc: get current time, plus 'ms'
163 * desc: calculate time difference, in ms
164 * output: return time difference, unit is ms
/test/xts/acts/kernel_lite/ipc_posix/semaphore/
H A DSemAbnormalTest.cpp106 * @tc.name sem_timedwait get semaphore, wait time abnormal, tv_nsec less than 0
117 ts.tv_sec = time(nullptr); in HWTEST_F()
133 * @tc.name sem_timedwait get semaphore, wait time abnormal
144 ts.tv_sec = time(nullptr); in HWTEST_F()
/test/xts/dcts/communication/softbus_standard/common/
H A Dsocket_common.h21 #include <sys/time.h>
219 time(&timeSec); \
H A Dnet_trans_common.h21 #include <sys/time.h>
176 time(&timeSec); \
/third_party/curl/tests/libtest/
H A Dlib677.c39 time_t start = time(NULL); in test()
54 while(time(NULL) - start < 5) { in test()
/third_party/ffmpeg/libavformat/
H A Ddash.c98 int64_t time) { in ff_dash_fill_tmpl_params()
137 n = snprintf(&dst[dst_pos], buffer_size - dst_pos, format_tag, time); in ff_dash_fill_tmpl_params()
95 ff_dash_fill_tmpl_params(char *dst, size_t buffer_size, const char *template, int rep_id, int number, int bit_rate, int64_t time) ff_dash_fill_tmpl_params() argument
/third_party/glfw/deps/
H A Dtinycthread.h77 #include <time.h>
81 #include <sys/time.h>
95 /* Workaround for missing TIME_UTC: If time.h doesn't provide TIME_UTC,
97 the only other supported time specifier: CLOCK_REALTIME (and if that fails,
152 * a compiler error), since compile-time TLS is not supported in the Mac OS X
173 #define thrd_timeout 2 /**< The time specified in the call was reached without acquiring the requested resource */
269 * at the time of the call. If no threads are blocked on the condition variable
270 * at the time of the call, the function does nothing and return success.
279 * at the time of the call. If no threads are blocked on the condition variable
280 * at the time o
[all...]
/third_party/backends/sanei/
H A Dsanei_init_debug.c59 #include <time.h>
60 #include <sys/time.h>
/third_party/curl/docs/examples/
H A Dchkspeed.c31 * amount of downloaded bytes, the time used for the whole download, and
40 #include <time.h>
154 time_t t = time(NULL); in main()
186 /* check for total download time */ in main()
189 printf("Total download time: %lu.%06lu sec.\n", in main()
199 /* check for name resolution time */ in main()
202 printf("Name lookup time: %lu.%06lu sec.\n", in main()
205 /* check for connect time */ in main()
208 printf("Connect time: %lu.%06lu sec.\n", in main()
/third_party/benchmark/src/
H A Dcycleclock.h3 // A CycleClock tells you the current time in Cycles. The "time"
4 // is actually time since power-on. This is like time() but doesn't
46 #include <sys/time.h>
47 #include <time.h>
65 // architecture, to return the number of "mach time units" that in Now()
68 // macs to the number of mach time units per second, not actual in Now()
87 // This returns a time-base, which is not always precisely a cycle-count. in Now()

Completed in 11 milliseconds

1...<<71727374757677787980>>...354