| /third_party/python/Modules/_multiprocessing/ |
| D | semaphore.c | 231 # define sem_timedwait(sem,deadline) sem_timedwait_save(sem,deadline,_save) argument 234 sem_timedwait_save(sem_t *sem, struct timespec *deadline, PyThreadState *_save) in sem_timedwait_save() 308 struct timespec deadline = {0}; in _multiprocessing_SemLock_acquire_impl() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
| D | clock_test.cc | 55 const absl::Time deadline = absl::Now() + timeout; in SleepForBounded() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
| D | sequence_lock_test.cc | 91 absl::Time deadline = absl::Now() + absl::Seconds(5); in TEST_P() local
|
| /third_party/flutter/engine/flutter/runtime/ |
| D | ace_runtime_controller.cc | 121 bool RuntimeController::NotifyIdle(int64_t deadline) { in NotifyIdle()
|
| D | runtime_controller.cc | 241 bool RuntimeController::NotifyIdle(int64_t deadline) { in NotifyIdle()
|
| /third_party/skia/third_party/externals/oboe/src/common/ |
| D | AudioStream.cpp | 172 int64_t deadline = AudioClock::getNanoseconds() + timeoutNanoseconds; in waitForAvailableFrames() local
|
| /third_party/python/Modules/ |
| D | selectmodule.c | 268 _PyTime_t timeout, deadline = 0; in select_select_impl() local 582 _PyTime_t timeout = -1, ms = -1, deadline = 0; in select_poll_poll_impl() local 907 _PyTime_t timeout, ms, deadline = 0; in select_devpoll_poll_impl() local 1519 _PyTime_t timeout = -1, ms = -1, deadline = 0; in select_epoll_poll_impl() local 2098 _PyTime_t timeout, deadline = 0; in select_kqueue_control_impl() local
|
| D | _ssl.c | 932 _PyTime_t timeout, deadline = 0; in _ssl__SSLSocket_do_handshake_impl() local 2307 _PyTime_t timeout, deadline = 0; in _ssl__SSLSocket_write_impl() local 2443 _PyTime_t timeout, deadline = 0; in _ssl__SSLSocket_read_impl() local 2574 _PyTime_t timeout, deadline = 0; in _ssl__SSLSocket_shutdown_impl() local
|
| D | timemodule.c | 2054 _PyTime_t deadline, monotonic; local
|
| D | signalmodule.c | 1232 _PyTime_t timeout, deadline, monotonic; local
|
| /third_party/skia/experimental/tools/ |
| D | pdf-comparison.py | 84 def timeout(deadline, cmd): argument
|
| /third_party/flutter/engine/flutter/shell/common/ |
| D | ace_engine.cc | 129 void Engine::NotifyIdle(int64_t deadline) { in NotifyIdle()
|
| D | engine.cc | 219 void Engine::NotifyIdle(int64_t deadline) { in NotifyIdle()
|
| D | ace_shell.cc | 737 void Shell::OnAnimatorNotifyIdle(int64_t deadline) { in OnAnimatorNotifyIdle()
|
| D | shell.cc | 859 void Shell::OnAnimatorNotifyIdle(int64_t deadline) { in OnAnimatorNotifyIdle()
|
| /third_party/gstreamer/gstplugins_bad/ext/openexr/ |
| D | gstopenexrdec.cpp | 317 gint64 deadline; in gst_openexr_dec_handle_frame() local
|
| /third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/ |
| D | dart_component_controller.cc | 512 zx::time deadline = idle_start_ + kIdleWaitDuration; in OnIdleTimer() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
| D | mutex.h | 379 bool WriterLockWhenWithDeadline(const Condition &cond, absl::Time deadline) in WriterLockWhenWithDeadline()
|
| D | mutex.cc | 1515 bool Mutex::LockWhenWithDeadline(const Condition &cond, absl::Time deadline) { in LockWhenWithDeadline() 1539 absl::Time deadline) { in ReaderLockWhenWithDeadline() 1563 bool Mutex::AwaitWithDeadline(const Condition &cond, absl::Time deadline) { in AwaitWithDeadline() 2589 bool CondVar::WaitWithDeadline(Mutex *mu, absl::Time deadline) { in WaitWithDeadline()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
| D | gstvideoutils.h | 280 GstClockTime deadline; /* D */ member
|
| D | gstvideodecoder.c | 1380 GstClockTime deadline = in gst_video_decoder_handle_missing_data_default() local 3797 GstClockTime deadline = in gst_video_decoder_clip_and_push_buf() local 4912 GstClockTimeDiff deadline; in gst_video_decoder_get_max_decode_time() local 5392 GstClockTime deadline, GstVideoDecoderRequestSyncPointFlags flags) in gst_video_decoder_request_sync_point_internal()
|
| /third_party/gstreamer/gstplugins_good/ext/vpx/ |
| D | gstvpxenc.h | 86 gint64 deadline; member
|
| D | gstvpxdec.c | 678 GstClockTimeDiff deadline; in gst_vpx_dec_handle_frame() local
|
| /third_party/python/Python/ |
| D | thread_pthread.h | 447 _PyTime_t deadline = 0; in PyThread_acquire_lock_timed() local
|
| /third_party/gstreamer/gstplugins_base/tests/check/libs/ |
| D | videoencoder.c | 169 GstClockTimeDiff deadline; in gst_video_encoder_tester_handle_frame() local
|