Home
last modified time | relevance | path

Searched refs:consumers (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeThreadSafeRingBuffer.cpp135 vector<Consumer*> consumers; in ThreadSafeRingBuffer_selfTest() local
141 consumers.push_back(new Consumer(buffer, numProducers)); in ThreadSafeRingBuffer_selfTest()
144 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in ThreadSafeRingBuffer_selfTest()
160 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in ThreadSafeRingBuffer_selfTest()
172 cmpSum += consumers[j]->getPayloadSum((deUint16)i); in ThreadSafeRingBuffer_selfTest()
179 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in ThreadSafeRingBuffer_selfTest()
DdeBlockBuffer.cpp172 vector<Consumer*> consumers; in runTest() local
178 consumers.push_back(new Consumer(buffer, numProducers)); in runTest()
181 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in runTest()
199 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in runTest()
211 cmpSum += consumers[j]->getPayloadSum((deUint16)i); in runTest()
218 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in runTest()
/third_party/boost/libs/thread/example/
Dperf_condition_variable.cpp83 SharedData(unsigned iterations, unsigned consumers) : in SharedData()
84 …iterations(iterations), counter(), semaphore(consumers) // Initialize to the number of consumers. … in SharedData()
98 unsigned const consumers = shared_data->semaphore; // (*) in producer_thread() local
104 while (consumers != shared_data->semaphore) in producer_thread()
148 std::vector<std::thread> consumers in benchmark_ping_pong() local
159 consumers[i] = std::thread in benchmark_ping_pong()
166 consumers[i].join(); in benchmark_ping_pong()
/third_party/grpc/test/core/surface/
Dcompletion_queue_threading_test.cc209 static void test_threading(size_t producers, size_t consumers) { in test_threading() argument
211 gpr_malloc((producers + consumers) * sizeof(test_thread_options))); in test_threading()
220 "test_threading", producers, consumers); in test_threading()
224 gpr_malloc(sizeof(*threads) * (producers + consumers))); in test_threading()
225 for (i = 0; i < producers + consumers; i++) { in test_threading()
250 for (i = 0; i < producers + consumers; i++) { in test_threading()
265 for (i = 0; i < producers + consumers; i++) { in test_threading()
273 for (i = 0; i < producers + consumers; i++) { in test_threading()
279 for (i = 0; i < producers + consumers; i++) { in test_threading()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
DCMakeLists.txt27 consumers/pull_based_tree_consumer.cc
28 consumers/tree_consumer.cc
35 consumers/python_tree_consumer.cc
/third_party/boost/libs/predef/
DCMakeLists.txt33 # The only usage requirement is include dir for consumers.
36 # Add an alias to be compatible with consumers that may have used the
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_frame_limits.txt37 Some stream consumers may allow more than one frame to be acquired
126 multiple types of producers and consumers, and allows the limits
132 RESOLVED: Hints. The variety of possible producers and consumers
137 producers or consumers to block or fail as appropriate for their
DEGL_NV_stream_reset.txt150 Not all consumers are required to support stream resets. Attempting
303 - Added interactions with GL texture and EGLOutput consumers.
/third_party/EGL/extensions/NV/
DEGL_NV_stream_frame_limits.txt37 Some stream consumers may allow more than one frame to be acquired
126 multiple types of producers and consumers, and allows the limits
132 RESOLVED: Hints. The variety of possible producers and consumers
137 producers or consumers to block or fail as appropriate for their
DEGL_NV_stream_origin.txt245 consumers and producers. What should the query of either
247 EGL_STREAM_FRAME_MAJOR_AXIS_NV when consumers or producers that do
DEGL_NV_stream_reset.txt150 Not all consumers are required to support stream resets. Attempting
303 - Added interactions with GL texture and EGLOutput consumers.
/third_party/flatbuffers/dart/
DREADME.md5 Most consumers will want to use the [`flatc`](https://github.com/google/flatbuffers)
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_model_parser.cc53 std::set<std::string> consumers; in CheckCaffeModel() local
71 if (consumers.count(bottom) != 0) { in CheckCaffeModel()
75 consumers.insert(bottom); in CheckCaffeModel()
78 for (const auto &consumer : consumers) { in CheckCaffeModel()
/third_party/EGL/extensions/EXT/
DEGL_EXT_stream_consumer_egloutput.txt55 consumers to send rendering directly to a display device without an
122 EGLOutput stream consumers will need to modify output attributes,
204 7. What is the behavior of EGLOutput stream consumers when EGL does
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_stream_consumer_egloutput.txt55 consumers to send rendering directly to a display device without an
122 EGLOutput stream consumers will need to modify output attributes,
204 7. What is the behavior of EGLOutput stream consumers when EGL does
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dicuzones87 # consumers, the tz database maintainer once reverted the Europe/Dublin
90 # tz database consumers are ready to adopt the change. We don't know
/third_party/EGL/extensions/KHR/
DEGL_KHR_stream.txt117 of producers and consumers work differently and are described in
309 EGLStreams to producers and consumers.
414 to a stream are dependent on the type of consumer. Some consumers
431 Not all consumers are required to support either or both of these
762 types of consumers may simply set this value to zero or an
763 implementation constant value. Other consumers may adjust this
776 application may be overridden by some consumers that dynamically
778 consumers which do this.
DEGL_KHR_stream_cross_process_fd.txt409 2. Does this extension work with all consumers and all producers?
418 work with other types of consumers and producers should be
419 mentioned in the description of those consumers and producers.
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_stream.txt117 of producers and consumers work differently and are described in
309 EGLStreams to producers and consumers.
414 to a stream are dependent on the type of consumer. Some consumers
431 Not all consumers are required to support either or both of these
762 types of consumers may simply set this value to zero or an
763 implementation constant value. Other consumers may adjust this
776 application may be overridden by some consumers that dynamically
778 consumers which do this.
DEGL_KHR_stream_cross_process_fd.txt409 2. Does this extension work with all consumers and all producers?
418 work with other types of consumers and producers should be
419 mentioned in the description of those consumers and producers.
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Ddata_table_source.dart16 /// consumers of the data can be notified when it changes. When the data
/third_party/icu/vendor/double-conversion/upstream/
DChangelog44 for consumers of the library.
/third_party/python/Lib/test/
Dtest_queue.py486 consumers = [threading.Thread(target=log_exceptions(consume_func),
490 with threading_helper.start_threads(feeders + consumers):
/third_party/boost/libs/fiber/doc/
Dfibers.qbk221 new copy would have no consumers. If such an object were ['moved] somewhere
223 consumers would behave strangely.
/third_party/skia/third_party/externals/swiftshader/third_party/marl/docs/
Dscheduler.md153consumers). These consumers typically outnumber the providers, and it is easy to have the provider…

1234