Home
last modified time | relevance | path

Searched refs:num_pending_sends (Results 1 – 10 of 10) sorted by relevance

/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/smcuda/
H A Dbtl_smcuda_fifo.h43 OPAL_THREAD_ADD_FETCH32(&mca_btl_smcuda_component.num_pending_sends, +1); in add_pending()
H A Dbtl_smcuda.h163 int num_pending_sends; /**< total number on all of my pending-send queues */ member
H A Dbtl_smcuda_component.c986 OPAL_THREAD_ADD_FETCH32(&mca_btl_smcuda_component.num_pending_sends, -1); in btl_smcuda_process_pending_sends()
1011 if ( 0 < mca_btl_smcuda_component.num_pending_sends ) { in mca_btl_smcuda_component_progress()
H A Dbtl_smcuda.c477 mca_btl_smcuda_component.num_pending_sends = 0; in smcuda_btl_first_time_init()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/smcuda/
H A Dbtl_smcuda_fifo.h43 OPAL_THREAD_ADD32(&mca_btl_smcuda_component.num_pending_sends, +1); in add_pending()
H A Dbtl_smcuda.h163 int num_pending_sends; /**< total number on all of my pending-send queues */ member
H A Dbtl_smcuda_component.c983 OPAL_THREAD_ADD32(&mca_btl_smcuda_component.num_pending_sends, -1); in btl_smcuda_process_pending_sends()
1008 if ( 0 < mca_btl_smcuda_component.num_pending_sends ) { in mca_btl_smcuda_component_progress()
H A Dbtl_smcuda.c473 mca_btl_smcuda_component.num_pending_sends = 0; in smcuda_btl_first_time_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/pepper/
H A Dpepper_udp_socket_message_filter.cc443 size_t num_pending_sends = pending_sends_.size(); in OnMsgSendTo() local
444 if (num_pending_sends == UDPSocketResourceConstants::kPluginSendBufferSlots) { in OnMsgSendTo()
470 if (num_pending_sends == 0) in OnMsgSendTo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/pepper/
H A Dpepper_udp_socket_message_filter.cc444 size_t num_pending_sends = pending_sends_.size(); in OnMsgSendTo() local
445 if (num_pending_sends == UDPSocketResourceConstants::kPluginSendBufferSlots) { in OnMsgSendTo()
471 if (num_pending_sends == 0) in OnMsgSendTo()