Home
last modified time | relevance | path

Searched refs:enqueued (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm-project/openmp/runtime/test/tasking/
Domp_fill_taskqueue.c33 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/
DOutboundFlowController.java349 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/
DGRXConcurrentWriteable.m55 // 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
DGRXBufferedPipe.m49 // Even if we're paused and with enqueued values, we can't excert back-pressure to our writer.
/external/mksh/src/
Dhistrap.c610 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/
Dcustom-style-interface.min.js10 …];this.enqueued=!1;h(function(){window.ShadyCSS.flushCustomStyles&&window.ShadyCSS.flushCustomStyl…
Dapply-shim.min.js25 …)},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(…
Dcustom-style-interface.min.js.map1enqueued'] = false;\n // NOTE(dfreedm): use quotes here to prevent closure inlining to `functio…
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_QueueEnqueueV2.pbtxt15 One or more tensors from which the enqueued tensors should be taken.
32 element has been enqueued (or 'timeout_ms' elapses, if specified).
Dapi_def_QueueEnqueue.pbtxt13 One or more tensors from which the enqueued tensors should be taken.
30 element has been enqueued (or 'timeout_ms' elapses, if specified).
Dapi_def_QueueEnqueueMany.pbtxt13 One or more tensors from which the enqueued tensors should
35 elements have been enqueued (or 'timeout_ms' elapses, if specified).
Dapi_def_QueueEnqueueManyV2.pbtxt15 One or more tensors from which the enqueued tensors should
37 elements have been enqueued (or 'timeout_ms' elapses, if specified).
Dapi_def_QueueCloseV2.pbtxt21 This operation signals that no more elements will be enqueued in the
Dapi_def_QueueClose.pbtxt19 This operation signals that no more elements will be enqueued in the
Dapi_def_BatchFunction.pbtxt45 Maximum number of batches enqueued. Default: 10.
/external/python/cpython2/Doc/library/
Dqueue.rst149 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/
Damdgpu-enqueue-kernel.cl58 // CHECK: attributes #[[ATTR]] = { nounwind "enqueued-block" }
/external/llvm-project/lld/test/COFF/
Dduplicate-imp-func.s26 # (%t.lib.dll.a) gets enqueued to be loaded. Before that gets done, helper2
/external/python/cpython3/Doc/library/
Dqueue.rst163 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/
D18.2.4.rst59 - radv: Emit enqueued pipeline barriers on event write.
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Denqueue-kernel.ll1 ; RUN: opt -data-layout=A5 -amdgpu-lower-enqueued-block -S < %s | FileCheck %s
144 attributes #0 = { "enqueued-block" }
/external/walt/docs/
DAudioLatency.md24 The audio data buffers are enqueued in the
/external/swiftshader/third_party/marl/docs/
Dscheduler.md134 - 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/
Dkmp_lock.cpp1127 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/
DREADME.md48 // Responses are returned in the same order that they are enqueued.

123