Home
last modified time | relevance | path

Searched refs:HPX_NETWORK_RETRIES_SLEEP (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hpx/hpx-1.2.1/hpx/
H A Dconfig.hpp273 #if !defined(HPX_NETWORK_RETRIES_SLEEP)
274 # define HPX_NETWORK_RETRIES_SLEEP 100 macro
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/applier/
H A Dapply_helper.hpp91 std::chrono::milliseconds(HPX_NETWORK_RETRIES_SLEEP)); in call_async()
133 std::chrono::milliseconds(HPX_NETWORK_RETRIES_SLEEP)); in call_async()
/dports/devel/hpx/hpx-1.2.1/plugins/parcelport/tcp/
H A Dconnection_handler_tcp.cpp192 std::chrono::milliseconds(HPX_NETWORK_RETRIES_SLEEP)); in create_connection()