コード例 #1
0
///////////////////////////////////////////////////////////////////////////////
// Helper functions.
inline boost::uint32_t get_credit(id_type const& id)
{
    return get_credit_from_gid(id.get_gid());
}
コード例 #2
0
ファイル: split_credit.cpp プロジェクト: 7ev3n/hpx
///////////////////////////////////////////////////////////////////////////////
// helper functions
inline boost::int64_t get_credit(id_type const& id)
{
    return hpx::naming::detail::get_credit_from_gid(id.get_gid());
}