/kernel/linux/linux-6.6/scripts/tracing/ |
H A D | draw_functrace.py | 11 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 D | seq_oss_device.h | 11 #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 D | null_syscall.c | 14 #include <time.h> 16 #include <sys/time.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-gpr.c | 10 #include <time.h> 123 seed = getpid() ^ time(NULL); in ptrace_gpr()
|
/kernel/linux/linux-6.6/tools/testing/selftests/syscall_user_dispatch/ |
H A D | sud_benchmark.c | 14 #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 D | clocksource-switch.c | 31 #include <sys/time.h> 35 #include <time.h>
|
/kernel/liteos_m/kal/posix/src/ |
H A D | time_internal.h | 35 #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 D | sem_abn_test.c | 130 * @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 D | mpoa_caches.h | 20 time64_t time; member 57 time64_t time; member
|
/kernel/linux/linux-6.6/tools/bpf/runqslower/ |
H A D | runqslower.c | 7 #include <time.h> 97 time(&t); in handle_event()
|
/kernel/liteos_a/testsuites/unittest/libc/time/timer/smoke/ |
H A D | timer_test_004.cpp | 33 #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 D | timer_test_003.cpp | 34 #include <time.h> 35 #include <sys/time.h>
|
H A D | timer_test_005.cpp | 33 #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 D | keyevent_tracker.h | 38 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 D | ApplicationInfoJsunit.test.js | 56 "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 D | utils.h | 25 #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 D | SemAbnormalTest.cpp | 106 * @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 D | socket_common.h | 21 #include <sys/time.h>
219 time(&timeSec); \
|
H A D | net_trans_common.h | 21 #include <sys/time.h>
176 time(&timeSec); \
|
/third_party/curl/tests/libtest/ |
H A D | lib677.c | 39 time_t start = time(NULL); in test() 54 while(time(NULL) - start < 5) { in test()
|
/third_party/ffmpeg/libavformat/ |
H A D | dash.c | 98 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 D | tinycthread.h | 77 #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 D | sanei_init_debug.c | 59 #include <time.h> 60 #include <sys/time.h>
|
/third_party/curl/docs/examples/ |
H A D | chkspeed.c | 31 * 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 D | cycleclock.h | 3 // 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()
|