Home
last modified time | relevance | path

Searched refs:m_requests (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/core/services/
H A Dqdownloadnetworkworker.cpp73 m_requests << QPair<QDownloadRequestPtr, QNetworkReply *>(request, reply); in onRequestSubmited()
80 auto it = std::find_if(m_requests.begin(), m_requests.end(), in onRequestCancelled()
84 if (it == m_requests.end()) in onRequestCancelled()
94 for (auto &e: qAsConst(m_requests)) { in onAllRequestsCancelled()
98 m_requests.clear(); in onAllRequestsCancelled()
104 auto it = std::find_if(m_requests.begin(), m_requests.end(), in onRequestFinished()
108 if (it == m_requests.end()) in onRequestFinished()
118 m_requests.erase(it); in onRequestFinished()
132 auto it = std::find_if(m_requests.begin(), m_requests.end(), in onDownloadProgressed()
136 if (it == m_requests.end()) in onDownloadProgressed()
/dports/databases/xtrabackup/boost_1_59_0/libs/mpi/src/
H A Drequest.cpp17 m_requests[0] = MPI_REQUEST_NULL; in request()
18 m_requests[1] = MPI_REQUEST_NULL; in request()
27 } else if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
33 BOOST_MPI_CHECK_RESULT(MPI_Wait, (&m_requests[0], &result.m_status)); in wait()
39 int error_code = MPI_Waitall(2, m_requests, stats); in wait()
67 } else if (m_requests[1] == MPI_REQUEST_NULL) { in test()
75 (&m_requests[0], &flag, &result.m_status)); in test()
82 int error_code = MPI_Testall(2, m_requests, &flag, stats); in test()
114 BOOST_MPI_CHECK_RESULT(MPI_Cancel, (&m_requests[0])); in cancel()
115 if (m_requests[1] != MPI_REQUEST_NULL) in cancel()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/mpi/src/
H A Drequest.cpp17 m_requests[0] = MPI_REQUEST_NULL; in request()
18 m_requests[1] = MPI_REQUEST_NULL; in request()
27 } else if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
33 BOOST_MPI_CHECK_RESULT(MPI_Wait, (&m_requests[0], &result.m_status)); in wait()
39 int error_code = MPI_Waitall(2, m_requests, stats); in wait()
67 } else if (m_requests[1] == MPI_REQUEST_NULL) { in test()
75 (&m_requests[0], &flag, &result.m_status)); in test()
82 int error_code = MPI_Testall(2, m_requests, &flag, stats); in test()
114 BOOST_MPI_CHECK_RESULT(MPI_Cancel, (&m_requests[0])); in cancel()
115 if (m_requests[1] != MPI_REQUEST_NULL) in cancel()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/mpi/src/
H A Drequest.cpp17 m_requests[0] = MPI_REQUEST_NULL; in request()
18 m_requests[1] = MPI_REQUEST_NULL; in request()
27 } else if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
33 BOOST_MPI_CHECK_RESULT(MPI_Wait, (&m_requests[0], &result.m_status)); in wait()
39 int error_code = MPI_Waitall(2, m_requests, stats); in wait()
67 } else if (m_requests[1] == MPI_REQUEST_NULL) { in test()
75 (&m_requests[0], &flag, &result.m_status)); in test()
82 int error_code = MPI_Testall(2, m_requests, &flag, stats); in test()
114 BOOST_MPI_CHECK_RESULT(MPI_Cancel, (&m_requests[0])); in cancel()
115 if (m_requests[1] != MPI_REQUEST_NULL) in cancel()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/mpi/src/
H A Drequest.cpp17 m_requests[0] = MPI_REQUEST_NULL; in request()
18 m_requests[1] = MPI_REQUEST_NULL; in request()
27 } else if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
33 BOOST_MPI_CHECK_RESULT(MPI_Wait, (&m_requests[0], &result.m_status)); in wait()
39 int error_code = MPI_Waitall(2, m_requests, stats); in wait()
67 } else if (m_requests[1] == MPI_REQUEST_NULL) { in test()
75 (&m_requests[0], &flag, &result.m_status)); in test()
82 int error_code = MPI_Testall(2, m_requests, &flag, stats); in test()
114 BOOST_MPI_CHECK_RESULT(MPI_Cancel, (&m_requests[0])); in cancel()
115 if (m_requests[1] != MPI_REQUEST_NULL) in cancel()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/mpi/src/
H A Drequest.cpp17 m_requests[0] = MPI_REQUEST_NULL; in request()
18 m_requests[1] = MPI_REQUEST_NULL; in request()
27 } else if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
33 BOOST_MPI_CHECK_RESULT(MPI_Wait, (&m_requests[0], &result.m_status)); in wait()
39 int error_code = MPI_Waitall(2, m_requests, stats); in wait()
67 } else if (m_requests[1] == MPI_REQUEST_NULL) { in test()
75 (&m_requests[0], &flag, &result.m_status)); in test()
82 int error_code = MPI_Testall(2, m_requests, &flag, stats); in test()
114 BOOST_MPI_CHECK_RESULT(MPI_Cancel, (&m_requests[0])); in cancel()
115 if (m_requests[1] != MPI_REQUEST_NULL) in cancel()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/mpi/detail/
H A Drequest_handlers.hpp291 MPI_Request m_requests[2]; member in boost::mpi::request::legacy_handler
309 source, tag, comm, m_requests+0)); in legacy_serialized_handler()
315 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
339 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
383 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
407 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
452 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
473 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
527 MPI_Request m_requests[2]; member in boost::mpi::request::dynamic_handler
625 m_requests[0] = MPI_REQUEST_NULL; in legacy_handler()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/mpi/detail/
H A Drequest_handlers.hpp291 MPI_Request m_requests[2]; member in boost::mpi::request::legacy_handler
309 source, tag, comm, m_requests+0)); in legacy_serialized_handler()
315 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
339 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
383 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
407 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
452 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
473 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
527 MPI_Request m_requests[2]; member in boost::mpi::request::dynamic_handler
625 m_requests[0] = MPI_REQUEST_NULL; in legacy_handler()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/mpi/detail/
H A Drequest_handlers.hpp291 MPI_Request m_requests[2]; member in boost::mpi::request::legacy_handler
309 source, tag, comm, m_requests+0)); in legacy_serialized_handler()
315 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
339 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
383 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
407 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
452 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
473 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
527 MPI_Request m_requests[2]; member in boost::mpi::request::dynamic_handler
625 m_requests[0] = MPI_REQUEST_NULL; in legacy_handler()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/mpi/detail/
H A Drequest_handlers.hpp291 MPI_Request m_requests[2]; member in boost::mpi::request::legacy_handler
309 source, tag, comm, m_requests+0)); in legacy_serialized_handler()
315 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
339 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
383 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
407 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
452 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
473 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
527 MPI_Request m_requests[2]; member in boost::mpi::request::dynamic_handler
625 m_requests[0] = MPI_REQUEST_NULL; in legacy_handler()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/mpi/detail/
H A Drequest_handlers.hpp291 MPI_Request m_requests[2]; member in boost::mpi::request::legacy_handler
309 source, tag, comm, m_requests+0)); in legacy_serialized_handler()
315 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
339 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
383 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
407 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
452 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
473 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
527 MPI_Request m_requests[2]; member in boost::mpi::request::dynamic_handler
625 m_requests[0] = MPI_REQUEST_NULL; in legacy_handler()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/mpi/detail/
H A Drequest_handlers.hpp291 MPI_Request m_requests[2]; member in boost::mpi::request::legacy_handler
309 source, tag, comm, m_requests+0)); in legacy_serialized_handler()
315 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
339 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
383 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
407 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
452 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
473 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
527 MPI_Request m_requests[2]; member in boost::mpi::request::dynamic_handler
625 m_requests[0] = MPI_REQUEST_NULL; in legacy_handler()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/mpi/detail/
H A Drequest_handlers.hpp291 MPI_Request m_requests[2]; member in boost::mpi::request::legacy_handler
309 source, tag, comm, m_requests+0)); in legacy_serialized_handler()
315 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
339 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
383 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
407 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
452 if (m_requests[1] == MPI_REQUEST_NULL) { in wait()
473 if (m_requests[1] == MPI_REQUEST_NULL) { in test()
527 MPI_Request m_requests[2]; member in boost::mpi::request::dynamic_handler
625 m_requests[0] = MPI_REQUEST_NULL; in legacy_handler()
[all …]
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/language/
H A Didentifiersearch.cpp50 for (auto it = m_requests.cbegin(); it != m_requests.cend(); ++it) in start()
58 m_requests.insert(name, found); in add()
63 return m_numberOfFoundIds < m_requests.size(); in preVisit()
68 bool *found = m_requests.value(e->name.toString()); in visit()
73 return m_numberOfFoundIds < m_requests.size(); in visit()
/dports/net/arataga/so5extra-v.1.4.1/dev/sample/so_5_extra/enveloped_msg/delivery_receipt/
H A Dmain.cpp101 std::map<request_id_t, std::string> m_requests; member in requests_generator_t
118 m_requests.emplace(0, "First"); in so_evt_start()
119 m_requests.emplace(1, "Second"); in so_evt_start()
120 m_requests.emplace(2, "Third"); in so_evt_start()
121 m_requests.emplace(3, "Four"); in so_evt_start()
131 m_requests.erase(cmd->m_id); in on_delivery_receipt()
133 if(m_requests.empty()) in on_delivery_receipt()
141 << m_requests.size() << std::endl; in on_resend()
148 for(const auto & item : m_requests) in send_requests()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/mpi/
H A Dnonblocking.hpp62 if (current->m_requests[0] != MPI_REQUEST_NULL && in wait_any()
63 (current->m_requests[1] != MPI_REQUEST_NULL || in wait_any()
75 && current->m_requests[1] == MPI_REQUEST_NULL; in wait_any()
87 requests.push_back(current->m_requests[0]); in wait_any()
103 current->m_requests[0] = requests[index]; in wait_any()
222 requests.push_back(current->m_requests[0]); in wait_all()
293 requests.push_back(current->m_requests[0]); in wait_all()
348 requests.push_back(first->m_requests[0]); in test_all()
381 requests.push_back(first->m_requests[0]); in test_all()
467 && current->m_requests[1] == MPI_REQUEST_NULL; in wait_some()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/mpi/
H A Dnonblocking.hpp62 if (current->m_requests[0] != MPI_REQUEST_NULL && in wait_any()
63 (current->m_requests[1] != MPI_REQUEST_NULL || in wait_any()
75 && current->m_requests[1] == MPI_REQUEST_NULL; in wait_any()
87 requests.push_back(current->m_requests[0]); in wait_any()
103 current->m_requests[0] = requests[index]; in wait_any()
222 requests.push_back(current->m_requests[0]); in wait_all()
293 requests.push_back(current->m_requests[0]); in wait_all()
348 requests.push_back(first->m_requests[0]); in test_all()
381 requests.push_back(first->m_requests[0]); in test_all()
467 && current->m_requests[1] == MPI_REQUEST_NULL; in wait_some()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/mpi/
H A Dnonblocking.hpp62 if (current->m_requests[0] != MPI_REQUEST_NULL && in wait_any()
63 (current->m_requests[1] != MPI_REQUEST_NULL || in wait_any()
75 && current->m_requests[1] == MPI_REQUEST_NULL; in wait_any()
87 requests.push_back(current->m_requests[0]); in wait_any()
103 current->m_requests[0] = requests[index]; in wait_any()
222 requests.push_back(current->m_requests[0]); in wait_all()
293 requests.push_back(current->m_requests[0]); in wait_all()
348 requests.push_back(first->m_requests[0]); in test_all()
381 requests.push_back(first->m_requests[0]); in test_all()
467 && current->m_requests[1] == MPI_REQUEST_NULL; in wait_some()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/mpi/
H A Dnonblocking.hpp62 if (current->m_requests[0] != MPI_REQUEST_NULL && in wait_any()
63 (current->m_requests[1] != MPI_REQUEST_NULL || in wait_any()
75 && current->m_requests[1] == MPI_REQUEST_NULL; in wait_any()
87 requests.push_back(current->m_requests[0]); in wait_any()
103 current->m_requests[0] = requests[index]; in wait_any()
222 requests.push_back(current->m_requests[0]); in wait_all()
293 requests.push_back(current->m_requests[0]); in wait_all()
348 requests.push_back(first->m_requests[0]); in test_all()
381 requests.push_back(first->m_requests[0]); in test_all()
467 && current->m_requests[1] == MPI_REQUEST_NULL; in wait_some()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/mpi/
H A Dnonblocking.hpp62 if (current->m_requests[0] != MPI_REQUEST_NULL && in wait_any()
63 (current->m_requests[1] != MPI_REQUEST_NULL || in wait_any()
75 && current->m_requests[1] == MPI_REQUEST_NULL; in wait_any()
87 requests.push_back(current->m_requests[0]); in wait_any()
103 current->m_requests[0] = requests[index]; in wait_any()
222 requests.push_back(current->m_requests[0]); in wait_all()
293 requests.push_back(current->m_requests[0]); in wait_all()
348 requests.push_back(first->m_requests[0]); in test_all()
381 requests.push_back(first->m_requests[0]); in test_all()
467 && current->m_requests[1] == MPI_REQUEST_NULL; in wait_some()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/mpi/
H A Dnonblocking.hpp62 if (current->m_requests[0] != MPI_REQUEST_NULL && in wait_any()
63 (current->m_requests[1] != MPI_REQUEST_NULL || in wait_any()
75 && current->m_requests[1] == MPI_REQUEST_NULL; in wait_any()
87 requests.push_back(current->m_requests[0]); in wait_any()
103 current->m_requests[0] = requests[index]; in wait_any()
222 requests.push_back(current->m_requests[0]); in wait_all()
293 requests.push_back(current->m_requests[0]); in wait_all()
348 requests.push_back(first->m_requests[0]); in test_all()
381 requests.push_back(first->m_requests[0]); in test_all()
467 && current->m_requests[1] == MPI_REQUEST_NULL; in wait_some()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/mpi/
H A Dnonblocking.hpp63 ( current->m_requests[0] != MPI_REQUEST_NULL || in wait_any()
64 current->m_requests[1] != MPI_REQUEST_NULL) ; in wait_any()
80 current->m_requests[1] == MPI_REQUEST_NULL); in wait_any()
93 requests.push_back(current->m_requests[0]); in wait_any()
109 current->m_requests[0] = requests[index]; in wait_any()
228 requests.push_back(current->m_requests[0]); in wait_all()
299 requests.push_back(current->m_requests[0]); in wait_all()
354 requests.push_back(first->m_requests[0]); in test_all()
387 requests.push_back(first->m_requests[0]); in test_all()
473 && current->m_requests[1] == MPI_REQUEST_NULL; in wait_some()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/mpi/
H A Dnonblocking.hpp62 if (current->m_requests[0] != MPI_REQUEST_NULL && in wait_any()
63 (current->m_requests[1] != MPI_REQUEST_NULL || in wait_any()
75 && current->m_requests[1] == MPI_REQUEST_NULL; in wait_any()
87 requests.push_back(current->m_requests[0]); in wait_any()
103 current->m_requests[0] = requests[index]; in wait_any()
222 requests.push_back(current->m_requests[0]); in wait_all()
293 requests.push_back(current->m_requests[0]); in wait_all()
348 requests.push_back(first->m_requests[0]); in test_all()
381 requests.push_back(first->m_requests[0]); in test_all()
467 && current->m_requests[1] == MPI_REQUEST_NULL; in wait_some()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/mpi/src/
H A Drequest.cpp84 dest, tag, comm, handler->m_requests)); in make_packed_send()
88 dest, tag, comm, handler->m_requests+1)); in make_packed_send()
107 return m_requests[0] != MPI_REQUEST_NULL || m_requests[1] != MPI_REQUEST_NULL; in active()
156 m_requests[0] = MPI_REQUEST_NULL; in dynamic_handler()
157 m_requests[1] = MPI_REQUEST_NULL; in dynamic_handler()
166 int error_code = MPI_Waitall(2, m_requests, stats); in wait()
194 int error_code = MPI_Testall(2, m_requests, &flag, stats); in test()
223 BOOST_MPI_CHECK_RESULT(MPI_Cancel, (&m_requests[0])); in cancel()
224 BOOST_MPI_CHECK_RESULT(MPI_Cancel, (&m_requests[1])); in cancel()
230 return (m_requests[0] != MPI_REQUEST_NULL in active()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/mpi/src/
H A Drequest.cpp84 dest, tag, comm, handler->m_requests)); in make_packed_send()
88 dest, tag, comm, handler->m_requests+1)); in make_packed_send()
107 return m_requests[0] != MPI_REQUEST_NULL || m_requests[1] != MPI_REQUEST_NULL; in active()
156 m_requests[0] = MPI_REQUEST_NULL; in dynamic_handler()
157 m_requests[1] = MPI_REQUEST_NULL; in dynamic_handler()
166 int error_code = MPI_Waitall(2, m_requests, stats); in wait()
194 int error_code = MPI_Testall(2, m_requests, &flag, stats); in test()
223 BOOST_MPI_CHECK_RESULT(MPI_Cancel, (&m_requests[0])); in cancel()
224 BOOST_MPI_CHECK_RESULT(MPI_Cancel, (&m_requests[1])); in cancel()
230 return (m_requests[0] != MPI_REQUEST_NULL in active()
[all …]

123456789