Home
last modified time | relevance | path

Searched refs:reschedule (Results 1 – 25 of 51) sorted by relevance

123

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DReschedulerTest.java46 rescheduler.reschedule(1, TimeUnit.NANOSECONDS); in runs()
57 rescheduler.reschedule(1, TimeUnit.NANOSECONDS); in cancels()
70 rescheduler.reschedule(1, TimeUnit.NANOSECONDS); in cancelPermanently()
83 rescheduler.reschedule(1, TimeUnit.NANOSECONDS); in reschedules()
86 rescheduler.reschedule(50, TimeUnit.NANOSECONDS); in reschedules()
102 rescheduler.reschedule(50, TimeUnit.NANOSECONDS); in reschedulesShortDelay()
105 rescheduler.reschedule(1, TimeUnit.NANOSECONDS); in reschedulesShortDelay()
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DJSDispatcher.kt25 override fun reschedule() { in <lambda>() method in kotlinx.coroutines.SetTimeoutBasedDispatcher.ScheduledMessageQueue
110 override fun reschedule() { in reschedule() method in kotlinx.coroutines.WindowMessageQueue
133 abstract fun reschedule() in schedule() method
154 reschedule() in process()
DEventLoop.kt19 …protected actual fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask): Unit = uns… in unpark() method in kotlinx.coroutines.EventLoopImplPlatform
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DRoundTripLatencyActivity.java76 boolean reschedule = false; in onAnalyserDone()
88 reschedule = true; in onAnalyserDone()
100 reschedule = true; in onAnalyserDone()
107 if (reschedule) { in onAnalyserDone()
DNativeSniffer.java55 public void reschedule() { in reschedule() method in NativeSniffer
DEchoActivity.java90 reschedule(); in run()
DGlitchActivity.java155 reschedule(); in run()
DTestDataPathsActivity.java110 reschedule(); in run()
/external/guava/android/guava/src/com/google/common/util/concurrent/
DAbstractScheduledService.java480 reschedule();
485 public void reschedule() {
557 task.reschedule();
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractScheduledService.java520 reschedule();
525 public void reschedule() {
597 task.reschedule();
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DEventLoop.kt12 protected actual fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask): Unit = in reschedule() method in kotlinx.coroutines.EventLoopImplPlatform
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DEventLoop.kt16 protected actual fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask) { in reschedule() method in kotlinx.coroutines.EventLoopImplPlatform
/external/libwebsockets/lib/event-libs/libev/
Dlibev.c49 int reschedule = 0; in lws_ev_idle_cb() local
58 reschedule = _lws_plat_service_forced_tsi(pt->context, pt->tid); in lws_ev_idle_cb()
71 if (!reschedule) in lws_ev_idle_cb()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt176 protected fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask) in delayNanosToMillis() method in kotlinx.coroutines.EventLoopImplPlatform
362 SCHEDULE_COMPLETED -> reschedule(now, delayedTask) in schedule()
397 reschedule(now, delayedTask) in rescheduleAllDelayed()
/external/llvm-project/polly/lib/External/ppcg/
Dppcg_options.h23 int reschedule; member
Dppcg_options.c85 ISL_ARG_BOOL(struct ppcg_options, reschedule, 0, "reschedule", 1,
Dcpu.c681 if (!ps->options->reschedule) in optionally_compute_schedule()
/external/libevent/
Dbufferevent_sock.c196 goto reschedule; in bufferevent_readcb()
218 reschedule: in bufferevent_readcb()
300 goto reschedule; in bufferevent_writecb()
329 reschedule: in bufferevent_writecb()
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/test/
DMessageQueueTest.kt19 override fun reschedule() { in <lambda>() method in kotlinx.coroutines.MessageQueueTest
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DRescheduler.java55 void reschedule(long delay, TimeUnit timeUnit) { in reschedule() method in Rescheduler
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.jobs_3.10.0.v20180427-1454.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/Reactive-Extensions/RxCpp/
DDeveloperManual.md11 …```schedulable``` is passed to the function and allows the function to reschedule itself or schedu…
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dexpand-si-indirect.mir4 # register allocation. We don’t want to reschedule the mode switching or to
/external/llvm-project/llvm/test/CodeGen/AArch64/
Daarch64-fix-cortex-a53-835769.ll12 ; a test case where the scheduler has not freedom at all to reschedule the
/external/llvm/test/CodeGen/AArch64/
Daarch64-fix-cortex-a53-835769.ll12 ; a test case where the scheduler has not freedom at all to reschedule the

123