Home
last modified time | relevance | path

Searched defs:deadline (Results 1 - 25 of 29) sorted by relevance

12

/third_party/eudev/src/udev/
H A Dudevadm-settle.c59 usec_t deadline; in adm_settle() local
/third_party/node/deps/v8/src/libplatform/
H A Ddelayed-task-queue.cc37 double deadline = MonotonicallyIncreasingTime() + delay_in_seconds; in AppendDelayed() local
H A Ddefault-foreground-task-runner.cc61 double deadline = MonotonicallyIncreasingTime() + delay_in_seconds; in PostDelayedTaskLocked() local
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dsequence_lock_test.cc91 absl::Time deadline = absl::Now() + absl::Seconds(5); in TEST_P() local
/third_party/node/deps/v8/src/heap/
H A Dincremental-marking-job.cc86 double deadline = in Step() local
H A Dmemory-reducer.cc88 double deadline = heap()->MonotonicallyIncreasingTimeInMs() + in NotifyTimer() local
H A Dincremental-marking.cc545 const double deadline = start + expected_duration_ms; in EmbedderStep() local
/third_party/python/Include/cpython/
H A Dpytime.h316 PyAPI_FUNC(_PyTime_t) _PyDeadline_Get(_PyTime_t deadline); variable
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dclock_test.cc55 const absl::Time deadline = absl::Now() + timeout; in SleepForBounded() local
/third_party/skia/third_party/externals/oboe/src/common/
H A DAudioStream.cpp172 int64_t deadline = AudioClock::getNanoseconds() + timeoutNanoseconds; in waitForAvailableFrames() local
/third_party/python/Python/
H A Dthread_nt.h80 _PyTime_t deadline = _PyTime_Add(_PyTime_GetPerfCounter(), nanoseconds); in EnterNonRecursiveMutex() local
H A Dthread_pthread.h470 _PyTime_t deadline = _PyTime_Add(_PyTime_GetMonotonicClock(), timeout); in PyThread_acquire_lock_timed() local
474 _PyTime_t deadline = 0; in PyThread_acquire_lock_timed() local
H A Dpytime.c1370 _PyDeadline_Get(_PyTime_t deadline) in _PyDeadline_Get() argument
/third_party/backends/backend/
H A Du12-io.c94 struct timeval now, deadline; in u12io_udelay() local
/third_party/python/Modules/_multiprocessing/
H A Dsemaphore.c236 sem_timedwait_save(sem_t *sem, struct timespec *deadline, PyThreadState *_save) in sem_timedwait_save() argument
310 struct timespec deadline = {0}; in _multiprocessing_SemLock_acquire_impl() local
[all...]
/third_party/backends/sanei/
H A Dsanei_pp.c598 struct timeval start, end, deadline; in pp_calculate_thresh() local
1217 struct timeval now, deadline; local
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarker.cc477 const auto deadline = v8::base::TimeTicks::Now() + max_duration; in AdvanceMarkingWithLimits() local
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc595 const v8::base::TimeDelta deadline = in AdvanceTracing() local
/third_party/python/Modules/
H A Dsignalmodule.c1266 _PyTime_t deadline = _PyDeadline_Init(timeout); local
H A Dtimemodule.c2133 _PyTime_t deadline, monotonic; local
H A Dselectmodule.c278 _PyTime_t timeout, deadline = 0; in select_select_impl() local
600 _PyTime_t timeout = -1, ms = -1, deadline = 0; in select_poll_poll_impl() local
927 _PyTime_t timeout, ms, deadline = 0; in select_devpoll_poll_impl() local
1540 _PyTime_t timeout = -1, ms = -1, deadline in select_epoll_poll_impl() local
2119 _PyTime_t timeout, deadline = 0; select_kqueue_control_impl() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc1549 absl::Time deadline = start_time + timeout; local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibvpxenc.c83 int deadline; //i.e., RT/GOOD/BEST member
[all...]
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_bridge.c1370 pvr_srv_rgx_kick_render2(int fd, void *render_ctx, uint32_t client_geom_fence_count, void **client_geom_fence_sync_prim_block, uint32_t *client_geom_fence_sync_offset, uint32_t *client_geom_fence_value, uint32_t client_geom_update_count, void **client_geom_update_sync_prim_block, uint32_t *client_geom_update_sync_offset, uint32_t *client_geom_update_value, uint32_t client_frag_update_count, void **client_frag_update_sync_prim_block, uint32_t *client_frag_update_sync_offset, uint32_t *client_frag_update_value, void *pr_fence_ufo_sync_prim_block, uint32_t client_pr_fence_ufo_sync_offset, uint32_t client_pr_fence_value, int32_t check_fence, int32_t update_timeline, int32_t *const update_fence_out, char *update_fence_name, int32_t check_fence_frag, int32_t update_timeline_frag, int32_t *const update_fence_frag_out, char *update_fence_name_frag, uint32_t cmd_geom_size, uint8_t *cmd_geom, uint32_t cmd_frag_pr_size, uint8_t *cmd_frag_pr, uint32_t cmd_frag_size, uint8_t *cmd_frag, uint32_t ext_job_ref, bool kick_geom, bool kick_pr, bool kick_frag, bool abort, uint32_t pdump_flags, void *hw_rt_dataset, void *zs_buffer, void *msaa_scratch_buffer, uint32_t sync_pmr_count, uint32_t *sync_pmr_flags, void **sync_pmrs, uint32_t render_target_size, uint32_t num_draw_calls, uint32_t num_indices, uint32_t num_mrts, uint64_t deadline) pvr_srv_rgx_kick_render2() argument
H A Dpvr_srv_bridge.h752 uint64_t deadline; member

Completed in 30 milliseconds

12