Home
last modified time | relevance | path

Searched refs:outstanding (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/third_party/curl/lib/
Dsocks.c360 sx->outstanding = packetsize; in Curl_SOCKS4()
367 sx->outstanding, &written); in Curl_SOCKS4()
372 if(written != sx->outstanding) { in Curl_SOCKS4()
374 sx->outstanding -= written; in Curl_SOCKS4()
380 sx->outstanding = 8; /* receive data size */ in Curl_SOCKS4()
388 sx->outstanding, &actualread); in Curl_SOCKS4()
399 else if(actualread != sx->outstanding) { in Curl_SOCKS4()
401 sx->outstanding -= actualread; in Curl_SOCKS4()
573 sx->outstanding = idx - written; in Curl_SOCKS5()
581 sx->outstanding, &written); in Curl_SOCKS5()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkhandlepool.c68 g_ptr_array_add (pool->outstanding, ret); in gst_vulkan_handle_pool_default_acquire()
71 if (pool->outstanding->len > GST_VULKAN_HANDLE_POOL_LARGE_OUTSTANDING) in gst_vulkan_handle_pool_default_acquire()
87 if (!g_ptr_array_remove_fast (pool->outstanding, handle)) { in gst_vulkan_handle_pool_default_release()
116 if (pool->outstanding) { in gst_vulkan_handle_pool_dispose()
117 g_warn_if_fail (pool->outstanding->len <= 0); in gst_vulkan_handle_pool_dispose()
118 g_ptr_array_unref (pool->outstanding); in gst_vulkan_handle_pool_dispose()
120 pool->outstanding = NULL; in gst_vulkan_handle_pool_dispose()
144 handle->outstanding = g_ptr_array_new (); in gst_vulkan_handle_pool_init()
Dgstvkdescriptorpool.c42 gsize outstanding; member
75 if (priv->outstanding > 0) in gst_vulkan_descriptor_pool_finalize()
219 priv->outstanding++; in gst_vulkan_descriptor_pool_create()
220 if (priv->outstanding >= priv->max_sets) { in gst_vulkan_descriptor_pool_create()
225 priv->outstanding--; in gst_vulkan_descriptor_pool_create()
Dgstvkcommandpool.c48 gsize outstanding; member
93 if (priv->outstanding > 0) in gst_vulkan_command_pool_finalize()
194 priv->outstanding++; in gst_vulkan_command_pool_create()
195 if (priv->outstanding > GST_VULKAN_COMMAND_POOL_LARGE_OUTSTANDING) in gst_vulkan_command_pool_create()
225 priv->outstanding--; in gst_vulkan_command_pool_release_buffer()
Dgstvkhandlepool.h62 GPtrArray *outstanding; member
/third_party/grpc/tools/debug/core/
Dchttp2_ref_leak.py28 outstanding = collections.defaultdict(new_obj) variable
38 outstanding[m.group(2)].append(m.group(3))
40 outstanding[m.group(2)].remove(m.group(3))
42 for obj, remaining in outstanding.items():
/third_party/grpc/tools/run_tests/performance/
Dscenario_config.py129 outstanding=None, argument
180 outstanding_calls = outstanding if outstanding is not None else OUTSTANDING_REQUESTS[
253 outstanding=100,
267 outstanding=1,
281 outstanding=30000,
359 outstanding=100)
479 outstanding=64,
595 for outstanding in geometric_progression(
597 if synchronicity == 'sync' and outstanding > 1200:
599 if outstanding < channels: continue
[all …]
/third_party/boost/libs/asio/doc/requirements/
Dasynchronous_socket_operations.qbk14 that there are multiple simultaneously outstanding asynchronous operations.
16 When there are multiple outstanding asynchronous [link
28 When there are multiple outstanding asynchronous [link
34 When there are multiple outstanding asynchronous [link
/third_party/gstreamer/gstreamer/gst/
Dgstbufferpool.c102 gint outstanding; /* number of buffers that are in use */ member
538 gint outstanding; in gst_buffer_pool_set_active() local
545 outstanding = g_atomic_int_get (&priv->outstanding); in gst_buffer_pool_set_active()
546 GST_LOG_OBJECT (pool, "outstanding buffers %d", outstanding); in gst_buffer_pool_set_active()
547 if (outstanding == 0) { in gst_buffer_pool_set_active()
691 if (g_atomic_int_get (&priv->outstanding) != 0) in gst_buffer_pool_set_config()
1199 if (g_atomic_int_dec_and_test (&pool->priv->outstanding)) { in dec_outstanding()
1286 g_atomic_int_inc (&pool->priv->outstanding); in gst_buffer_pool_acquire_buffer()
/third_party/libcoap/man/
Dcoap_context.txt.in93 number of outstanding server sessions in (D)TLS handshake to
99 number of outstanding server sessions in (D)TLS handshake for _context_.
124 outstanding server sessions in (D)TLS handshake.
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.cpp1506 gint outstanding; member
1708 gint outstanding; in gst_d3d11_pool_allocator_set_active() local
1715 outstanding = g_atomic_int_get (&priv->outstanding); in gst_d3d11_pool_allocator_set_active()
1717 outstanding, gst_atomic_queue_length (priv->queue)); in gst_d3d11_pool_allocator_set_active()
1718 if (outstanding == 0) { in gst_d3d11_pool_allocator_set_active()
1816 if (g_atomic_int_dec_and_test (&self->priv->outstanding)) { in dec_outstanding()
2052 g_atomic_int_inc (&priv->outstanding); in gst_d3d11_pool_allocator_acquire_memory()
2098 *outstanding_size = g_atomic_int_get (&priv->outstanding); in gst_d3d11_pool_allocator_get_pool_size()
/third_party/curl/tests/data/
Dtest20759 # curl: (18) transfer closed with outstanding read data remaining
/third_party/mesa3d/docs/
Dutilities.rst15 can see the results and try to fix outstanding issues.
/third_party/boost/libs/beast/doc/qbk/06_websocket/
D06_timeouts.qbk90 handler for an outstanding asynchronous read operation with the error code
94 down. A read operation must be outstanding for the error to be delivered.
/third_party/skia/third_party/externals/angle2/extensions/
DCHROMIUM_sync_query.txt30 other outstanding drawing commands are issued subsequent to the query).
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DCHROMIUM_sync_query.txt30 other outstanding drawing commands are issued subsequent to the query).
/third_party/python/Lib/test/crashers/
DREADME1 This directory only contains tests for outstanding bugs that cause the
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c1288 gboolean * outstanding, gboolean wait) in gst_v4l2_buffer_pool_dqbuf() argument
1327 if (outstanding) { in gst_v4l2_buffer_pool_dqbuf()
1328 *outstanding = (old_buffer_state & BUFFER_STATE_OUTSTANDING) != 0; in gst_v4l2_buffer_pool_dqbuf()
2103 gboolean outstanding; in gst_v4l2_buffer_pool_process() local
2182 while (gst_v4l2_buffer_pool_dqbuf (pool, &buffer, &outstanding, in gst_v4l2_buffer_pool_process()
2184 if (!outstanding) in gst_v4l2_buffer_pool_process()
2193 gst_v4l2_buffer_pool_dqbuf (pool, &buffer, &outstanding, TRUE); in gst_v4l2_buffer_pool_process()
2194 if (ret == GST_FLOW_OK && !outstanding) in gst_v4l2_buffer_pool_process()
/third_party/mesa3d/docs/relnotes/
D13.0.3.rst116 - radeonsi: wait for outstanding memory instructions in TCS barriers
118 - radeonsi: wait for outstanding LDS instructions in memory barriers if
/third_party/flutter/skia/third_party/externals/sdl/premake/
DREADME-cygwin.txt24 The Cygwin project has no outstanding dependencies, since it is designed to be
/third_party/skia/tools/sk_app/
DGraphiteMetalWindowContext.mm63 // in case we have outstanding refs to this (lua?)
/third_party/boost/boost/beast/_experimental/test/detail/
Dstream_state.ipp96 // cancel outstanding read
/third_party/flutter/skia/tools/sk_app/
DMetalWindowContext.mm62 // in case we have outstanding refs to this guy (lua?)
/third_party/boost/libs/beast/include/boost/beast/_experimental/test/detail/
Dstream_state.ipp96 // cancel outstanding read
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dscheduler.ipp481 // Ensure the count of outstanding work is decremented on block exit.
562 // Ensure the count of outstanding work is decremented on block exit.
617 // Ensure the count of outstanding work is decremented on block exit.

12345678910>>...14