Home
last modified time | relevance | path

Searched defs:queue_capacity (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/gapi/include/opencv2/gapi/
H A Dgstreaming.hpp399 struct GAPI_EXPORTS queue_capacity struct
401 explicit queue_capacity(size_t cap = 1) : capacity(cap) { }; in queue_capacity() function
410 template<> struct CompileArgTag<cv::gapi::streaming::queue_capacity>
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/test_tools/simulator/
H A Dswitch.cc17 QuicByteCount queue_capacity) { in Switch()
31 QuicByteCount queue_capacity) in Port()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/simulator/
H A Dswitch.cc17 QuicByteCount queue_capacity) { in Switch()
31 QuicByteCount queue_capacity) in Port()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Dafinter.h35 gint queue_capacity; member
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/misc/
H A Drwqueue.cpp26 RWQueue<T>::RWQueue(size_t queue_capacity) : capacity(queue_capacity) in RWQueue()
/dports/devel/taskflow/taskflow-3.2.0/taskflow/core/
H A Dworker.hpp120 inline size_t WorkerView::queue_capacity() const { in queue_capacity() function in tf::WorkerView
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/quartc/
H A Dsimulated_packet_transport.cc18 QuicByteCount queue_capacity) in SimulatedQuartcPacketTransport()
/dports/devel/apr1/apr-util-1.6.1/misc/
H A Dapr_queue.c102 unsigned int queue_capacity, in apr_queue_create()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/misc/
H A Dapr_queue.c102 unsigned int queue_capacity, in apr_queue_create()
/dports/www/htdigest/httpd-2.4.6/server/mpm/worker/
H A Dfdqueue.c271 apr_status_t ap_queue_init(fd_queue_t *queue, int queue_capacity, apr_pool_t *a) in ap_queue_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/trace_event/
H A Dtrace_buffer.cc130 size_t queue_capacity() const { in queue_capacity() function in base::trace_event::__anon8456434a0111::TraceBufferRingBuffer
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/trace_event/
H A Dtrace_buffer.cc130 size_t queue_capacity() const { in queue_capacity() function in base::trace_event::__anon338e55250111::TraceBufferRingBuffer
/dports/www/htdigest/httpd-2.4.6/server/mpm/event/
H A Dfdqueue.c327 apr_status_t ap_queue_init(fd_queue_t * queue, int queue_capacity, in ap_queue_init()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/executor/
H A Dgstreamingexecutor.cpp1083 std::size_t queue_capacity) in Synchronizer()
1175 const auto queue_capacity = has_queue_capacity ? has_queue_capacity->capacity : in GStreamingExecutor() local
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_apr.c1147 …(switch_status_t) switch_queue_create(switch_queue_t ** queue, unsigned int queue_capacity, switch… in switch_queue_create()
/dports/x11/xscreensaver/xscreensaver-5.44/jwxyz/
H A Djwxyz-gl.c144 size_t queue_size, queue_capacity; member