/external/llvm-project/openmp/runtime/test/tasking/ |
D | omp_fill_taskqueue.c | 33 int enqueued = 0; in main() local 40 enqueued++; in main() 49 failed = throttling ? enqueued == NUM_TASKS : enqueued < NUM_TASKS; in main()
|
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/ |
D | OutboundFlowController.java | 349 boolean enqueued; field in OutboundFlowController.OutboundFlowState.Frame 364 if (!enqueued) { in enqueue() 365 enqueued = true; in enqueue() 394 if (enqueued) { in write() 428 if (enqueued) { in split()
|
/external/grpc-grpc/src/objective-c/RxLibrary/ |
D | GRXConcurrentWriteable.m | 55 // enqueued messages into noops, cancellation nillifies the writeable property. If we get it 82 // Skip any possible message to the wrapped writeable enqueued after this one. 100 // Skip any of the still-enqueued messages to the wrapped writeable. We use the atomic setter to 122 // Skip any of the still-enqueued messages to the wrapped writeable. We use the atomic setter to
|
D | GRXBufferedPipe.m | 49 // Even if we're paused and with enqueued values, we can't excert back-pressure to our writer.
|
/external/mksh/src/ |
D | histrap.c | 610 static char *enqueued = NULL; in histsave() local 615 afree(enqueued, APERM); in histsave() 616 enqueued = NULL; in histsave() 621 if (!enqueued) in histsave() 623 } else if (enqueued) { in histsave() 624 c = enqueued; in histsave() 625 enqueued = NULL; in histsave() 661 if (!enqueued) { in histsave() 663 enqueued = c; in histsave() 669 nenq = strlen(enqueued); in histsave() [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
D | custom-style-interface.min.js | 10 …];this.enqueued=!1;h(function(){window.ShadyCSS.flushCustomStyles&&window.ShadyCSS.flushCustomStyl…
|
D | apply-shim.min.js | 25 …)},a.a.validateCallback=function(){requestAnimationFrame(function(){a.a.enqueued&&a.flushCustomSty… 26 …ocessStyles();if(this.a.enqueued){for(var b=0;b<a.length;b++){var c=this.a.getStyleForCustomStyle(…
|
D | custom-style-interface.min.js.map | 1 …enqueued'] = false;\n // NOTE(dfreedm): use quotes here to prevent closure inlining to `functio…
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_QueueEnqueueV2.pbtxt | 15 One or more tensors from which the enqueued tensors should be taken. 32 element has been enqueued (or 'timeout_ms' elapses, if specified).
|
D | api_def_QueueEnqueue.pbtxt | 13 One or more tensors from which the enqueued tensors should be taken. 30 element has been enqueued (or 'timeout_ms' elapses, if specified).
|
D | api_def_QueueEnqueueMany.pbtxt | 13 One or more tensors from which the enqueued tensors should 35 elements have been enqueued (or 'timeout_ms' elapses, if specified).
|
D | api_def_QueueEnqueueManyV2.pbtxt | 15 One or more tensors from which the enqueued tensors should 37 elements have been enqueued (or 'timeout_ms' elapses, if specified).
|
D | api_def_QueueCloseV2.pbtxt | 21 This operation signals that no more elements will be enqueued in the
|
D | api_def_QueueClose.pbtxt | 19 This operation signals that no more elements will be enqueued in the
|
D | api_def_BatchFunction.pbtxt | 45 Maximum number of batches enqueued. Default: 10.
|
/external/python/cpython2/Doc/library/ |
D | queue.rst | 149 Two methods are offered to support tracking whether enqueued tasks have been 155 Indicate that a formerly enqueued task is complete. Used by queue consumer 180 Example of how to wait for enqueued tasks to be completed::
|
/external/llvm-project/clang/test/CodeGenOpenCL/ |
D | amdgpu-enqueue-kernel.cl | 58 // CHECK: attributes #[[ATTR]] = { nounwind "enqueued-block" }
|
/external/llvm-project/lld/test/COFF/ |
D | duplicate-imp-func.s | 26 # (%t.lib.dll.a) gets enqueued to be loaded. Before that gets done, helper2
|
/external/python/cpython3/Doc/library/ |
D | queue.rst | 163 Two methods are offered to support tracking whether enqueued tasks have been 169 Indicate that a formerly enqueued task is complete. Used by queue consumer 191 Example of how to wait for enqueued tasks to be completed::
|
/external/mesa3d/docs/relnotes/ |
D | 18.2.4.rst | 59 - radv: Emit enqueued pipeline barriers on event write.
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | enqueue-kernel.ll | 1 ; RUN: opt -data-layout=A5 -amdgpu-lower-enqueued-block -S < %s | FileCheck %s 144 attributes #0 = { "enqueued-block" }
|
/external/walt/docs/ |
D | AudioLatency.md | 24 The audio data buffers are enqueued in the
|
/external/swiftshader/third_party/marl/docs/ |
D | scheduler.md | 134 - A fiber becoming ready to be resumed, by being enqueued on the `work.fibers` queue. 135 - A task becoming enqueued on the `work.tasks` queue. 215 // calls marl::Scheduler::Worker::run() to run all enqueued tasks. Once the
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_lock.cpp | 1127 kmp_int32 enqueued; in __kmp_acquire_queuing_lock_timed_template() local 1147 enqueued = KMP_COMPARE_AND_STORE_ACQ64((volatile kmp_int64 *)tail_id_p, in __kmp_acquire_queuing_lock_timed_template() 1151 if (enqueued) in __kmp_acquire_queuing_lock_timed_template() 1165 enqueued = FALSE; in __kmp_acquire_queuing_lock_timed_template() 1169 enqueued = KMP_COMPARE_AND_STORE_ACQ32(tail_id_p, tail, gtid + 1); in __kmp_acquire_queuing_lock_timed_template() 1172 if (enqueued) in __kmp_acquire_queuing_lock_timed_template() 1215 enqueued = FALSE; in __kmp_acquire_queuing_lock_timed_template() 1228 if (enqueued) { in __kmp_acquire_queuing_lock_timed_template()
|
/external/okhttp/mockwebserver/ |
D | README.md | 48 // Responses are returned in the same order that they are enqueued.
|