/third_party/node/test/fixtures/test-runner/output/ |
D | async-test-scheduling.snapshot | 13 # Subtest: scheduled async 14 ok 2 - scheduled async 24 # Subtest: scheduled async 25 ok 3 - scheduled async
|
D | async-test-scheduling.mjs | 9 test('scheduled async', common.mustCall()); 13 test('scheduled async', common.mustCall());
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_sul.md | 5 scheduled on to a single, unified, sorted linked-list in time order, 8 This makes it very cheap to know when the next scheduled event is 16 scheduled `lws_sul` event happens, which is optimal for power. 38 used when the callback was scheduled. You can use pointer arithmetic to translate 57 In the case you destroy your object and need to cancel the scheduled callback, use 70 amount of time, so what may have been scheduled by the user code may miss its time 74 behaviours and the function of the user code that was scheduled, and its meaning to 79 operate as intended, and so must force wake from suspend, or if for that scheduled 97 code a way to tell lws if a particular scheduled event is important enough to the
|
/third_party/python/Doc/library/ |
D | sched.rst | 70 Events scheduled for the same *time* will be executed in the order of their 112 Run all scheduled events. This method will wait (using the :func:`delayfunc` 114 on until there are no more scheduled events. 116 If *blocking* is false executes the scheduled events due to expire soonest 117 (if any) and then return the deadline of the next scheduled call in the
|
D | asyncio-dev.rst | 50 <asyncio-coroutine-not-scheduled>` and logs them; this mitigates 151 .. _asyncio-coroutine-not-scheduled: 158 or the coroutine is not scheduled with :meth:`asyncio.create_task`, asyncio 164 print("never scheduled")
|
D | asyncio-future.rst | 44 in this case the coroutine will be scheduled by 164 the callback is scheduled with :meth:`loop.call_soon`. 270 are not called immediately. They are scheduled with
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_print.c | 156 if (block->scheduled) { in bi_print_block() 163 if (block->scheduled) { in bi_print_block() 187 if (block->scheduled) { in bi_print_block()
|
/third_party/node/doc/api/ |
D | timers.md | 20 can be passed to [`clearImmediate()`][] in order to cancel the scheduled 23 By default, when an immediate is scheduled, the Node.js event loop will continue 80 [`clearInterval()`][] in order to cancel the scheduled actions. 82 By default, when a timer is scheduled using either [`setTimeout()`][] or 282 each return objects that represent the scheduled timers. These can be used to 398 * `ref` {boolean} Set to `false` to indicate that the scheduled `Timeout` 402 cancel the scheduled `Timeout`. 432 * `ref` {boolean} Set to `false` to indicate that the scheduled `Immediate` 436 cancel the scheduled `Immediate`. 472 * `ref` {boolean} Set to `false` to indicate that the scheduled `Timeout` [all …]
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | reduce_scheduler.c | 140 node->rsched.scheduled = true; in schedule_ready_list() 150 if (!succ->rsched.scheduled) { in schedule_ready_list() 241 node->rsched.scheduled = false; in gpir_reduce_reg_pressure_schedule_prog()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | scheduler.c | 125 instr->scheduled = true; in ppir_schedule_ready_list() 136 if (!succ->scheduled) { in ppir_schedule_ready_list()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr.h | 68 scheduled, enumerator 94 virtual void set_scheduled() { m_instr_flags.set(scheduled); forward_set_scheduled();} in set_scheduled() 98 bool is_scheduled() const {return m_instr_flags.test(scheduled);} in is_scheduled()
|
/third_party/openssl/doc/man3/ |
D | SSL_key_update.pod | 42 operation has been scheduled but not yet performed. The type of the pending key 78 renegotiation request has been scheduled but not yet acted on, or 0 otherwise. 89 has been scheduled but not yet acted on, or 0 otherwise.
|
/third_party/libuv/docs/src/ |
D | timer.rst | 62 Set the repeat interval value in milliseconds. The timer will be scheduled 68 scheduled to run again 33ms later. If other tasks consume more than the
|
/third_party/curl/docs/ |
D | EARLY-RELEASE.md | 53 - How long is it until the already scheduled next release? 55 scheduled release?
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/ |
D | README.md | 190 …scheduled tasks. If a marl task becomes blocked on a marl synchronization primitive, marl can yiel… 196 …ead for performing the call, allowing the marl worker to continue processing other scheduled tasks.
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
D | cpuhotplug03.sh | 17 Desc: Do tasks get scheduled to a newly on-lined CPU?
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/docs/ |
D | scheduler.md | 35 …ers](#multi-threaded-workers) available. Unbinding will ensure that all scheduled tasks for the [… 51 Tasks are scheduled using `marl::schedule()`, and are typically implemented as a lambda: 83 When a task is scheduled with a call to `marl::schedule()`, a worker is picked, and the task is pla… 160 - If no new work was scheduled, an attempt is made to steal a task from another random worker. If t… 191 …er threads (`marl::Scheduler::config().workerThreads.count == 0`), then scheduled tasks are queued…
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_stream_frame_limits.txt | 107 frames will be scheduled for display at a time. If specified, the value 109 another is acquired and scheduled for display.
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_stream_frame_limits.txt | 107 frames will be scheduled for display at a time. If specified, the value 109 another is acquired and scheduled for display.
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.1.3.rst | 7 Note: Mesa 10.1.3 is being released sooner than originally scheduled to
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiSchedule.td | 38 // Max micro-ops that may be scheduled per cycle. [default = 1]
|
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/watchFile/ |
D | using-dynamic-priority-polling.js | 89 Change:: Callbacks: medium priority + high priority queue and scheduled program update
|
D | using-fixed-chunk-size-polling.js | 114 Change:: Callbacks: queue and scheduled program update
|
/third_party/ltp/testcases/realtime/profiles/ |
D | default | 19 # Pass if maximum time for signaled thread to be scheduled is less
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegisterInfo.td | 54 // must not be scheduled below other instructions.
|