Home
last modified time | relevance | path

Searched refs:dispatch_time (Results 1 – 10 of 10) sorted by relevance

/third_party/glib/gio/inotify/
Dinotify-kernel.c133 gint64 dispatch_time; in ik_source_can_dispatch_now() local
135 dispatch_time = ik_source_get_dispatch_time (iks); in ik_source_can_dispatch_now()
137 return 0 <= dispatch_time && dispatch_time <= now; in ik_source_can_dispatch_now()
355 guint64 dispatch_time = ik_source_get_dispatch_time (iks); in ik_source_dispatch() local
364 g_source_set_ready_time (source, MIN (dispatch_time, boredom_time)); in ik_source_dispatch()
/third_party/mindspore/tests/ut/data/profiler_data/JOB_AICPU/expect/
Doutput_data_preprocess_aicpu_0.txt1 serial_number node_type_name total_time(ms) dispatch_time(ms) execution_time(ms) run_start run_end
/third_party/mindspore/mindspore/profiler/parser/
Daicpu_data_parser.py87dispatch_time = float(thread_list[self._dispatch_time_index].split('=')[-1].split()[0]) / self._ms…
89 return [number, node_type_name, total_time, dispatch_time, exe_time,
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlUtil.mm223 if (dispatch_semaphore_wait(compilerSemaphore, dispatch_time(DISPATCH_TIME_NOW, 100000))) {
252 if (dispatch_semaphore_wait(pipelineSemaphore, dispatch_time(DISPATCH_TIME_NOW, 500000))) {
/third_party/skia/src/gpu/mtl/
DGrMtlUtil.mm190 if (dispatch_semaphore_wait(semaphore, dispatch_time(DISPATCH_TIME_NOW, kTimeoutNS))) {
225 if (dispatch_semaphore_wait(semaphore, dispatch_time(DISPATCH_TIME_NOW, kTimeoutNS))) {
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCChannelPool.m152 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)_destroyDelay * NSEC_PER_SEC),
/third_party/grpc/src/objective-c/tests/PerfTests/
DPerfTests.m290 dispatch_time(DISPATCH_TIME_NOW, (int64_t)(TEST_TIMEOUT * NSEC_PER_SEC));
/third_party/libinput/src/
Dlibinput-private.h154 uint64_t dispatch_time; member
Dlibinput.c2112 libinput->dispatch_time = libinput_now(libinput); in libinput_dispatch()
2113 else if (libinput->dispatch_time) in libinput_dispatch()
2114 libinput->dispatch_time = 0; in libinput_dispatch()
Devdev.c1036 if (libinput->dispatch_time == 0) in evdev_note_time_delay()
1039 tdelta = us2ms(libinput->dispatch_time - input_event_time(ev)); in evdev_note_time_delay()