Home
last modified time | relevance | path

Searched refs:time_end (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fsync/
Dfsync02.c60 time_t time_start, time_end; in run() local
78 time_end = time(0); in run()
80 if (time_end == -1) { in run()
87 } else if (time_end < time_start) { in run()
90 time_end, time_start); in run()
92 difftime(time_end, time_start)) > TIME_LIMIT) { in run()
/third_party/ffmpeg/libavfilter/
Dopencl.c356 cl_ulong time_end; in ff_opencl_get_event_time() local
359 clGetEventProfilingInfo(event, CL_PROFILING_COMMAND_END, sizeof(time_end), &time_end, NULL); in ff_opencl_get_event_time()
361 return time_end - time_start; in ff_opencl_get_event_time()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c667 int64_t time_end = os_time_get(); in gallivm_compile_module() local
668 int time_msec = (int)((time_end - time_begin) / 1000); in gallivm_compile_module()
754 int64_t time_end = os_time_get(); in gallivm_jit_function() local
755 int time_msec = (int)(time_end - time_begin) / 1000; in gallivm_jit_function()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Devent.hpp127 const lazy<cl_ulong> &time_end() const;
Devent.cpp203 hard_event::time_end() const { in time_end() function in hard_event
/third_party/mesa3d/src/gallium/frontends/clover/api/
Devent.cpp276 buf.as_scalar<cl_ulong>() = hev.time_end(); in clGetEventProfilingInfo()