Home
last modified time | relevance | path

Searched refs:HPX_GLOBALCREDIT_INITIAL (Results 1 – 8 of 8) sorted by relevance

/dports/devel/hpx/hpx-1.2.1/src/runtime/naming/
H A Dname.cpp279 static_cast<std::int64_t>(HPX_GLOBALCREDIT_INITIAL)); in postprocess_incref()
293 static_cast<std::int64_t>(HPX_GLOBALCREDIT_INITIAL) - 2; in postprocess_incref()
296 static_cast<std::int64_t>(HPX_GLOBALCREDIT_INITIAL); in postprocess_incref()
300 static_cast<std::int64_t>(HPX_GLOBALCREDIT_INITIAL), in postprocess_incref()
307 HPX_ASSERT(overflow_credit <= HPX_GLOBALCREDIT_INITIAL-1); in postprocess_incref()
354 (static_cast<std::int64_t>(HPX_GLOBALCREDIT_INITIAL) - 1); in split_gid_if_needed_locked()
/dports/devel/hpx/hpx-1.2.1/hpx/
H A Dconfig.hpp179 #if !defined(HPX_GLOBALCREDIT_INITIAL)
180 # define HPX_GLOBALCREDIT_INITIAL 0x80000000ll // 2 ^ 31, i.e. 2 ^ 0b11111 macro
/dports/devel/hpx/hpx-1.2.1/src/runtime/components/
H A Dmemory.cpp70 std::int64_t(HPX_GLOBALCREDIT_INITIAL)); in allocate()
/dports/devel/hpx/hpx-1.2.1/src/runtime/agas/server/
H A Dprimary_namespace_server.cpp757 naming::detail::set_credit_for_gid(lower, std::int64_t(HPX_GLOBALCREDIT_INITIAL)); in allocate()
758 naming::detail::set_credit_for_gid(upper, std::int64_t(HPX_GLOBALCREDIT_INITIAL)); in allocate()
853 std::int64_t(HPX_GLOBALCREDIT_INITIAL) + credits; in increment()
1036 if (credits > std::int64_t(HPX_GLOBALCREDIT_INITIAL)) in decrement_sweep()
1046 std::int64_t(HPX_GLOBALCREDIT_INITIAL) - credits)); in decrement_sweep()
1051 std::int64_t(HPX_GLOBALCREDIT_INITIAL) - credits; in decrement_sweep()
/dports/devel/hpx/hpx-1.2.1/src/runtime/components/server/
H A Dcomponent_base.cpp127 gid_, std::int64_t(HPX_GLOBALCREDIT_INITIAL)); in get_base_gid()
/dports/devel/hpx/hpx-1.2.1/tests/unit/agas/
H A Dsplit_credit.cpp73 static_cast<std::int64_t>(HPX_GLOBALCREDIT_INITIAL); in hpx_test_main()
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/naming/
H A Dname.hpp739 std::int64_t credits = std::int64_t(HPX_GLOBALCREDIT_INITIAL));
/dports/devel/hpx/hpx-1.2.1/src/runtime/agas/
H A Daddressing_service.cpp1680 id, std::int64_t(HPX_GLOBALCREDIT_INITIAL), new_credit in register_name_async()