Home
last modified time | relevance | path

Searched defs:local_host_id (Results 1 – 2 of 2) sorted by relevance

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/api/
H A Dcontext.hpp112 size_t local_host_id() const { return local_host_id_; } in local_host_id() function in thrill::api::HostContext
268 size_t local_host_id() const { return local_host_id_; } in local_host_id() function in thrill::api::Context
H A Dcontext.cpp1124 size_t local_host_id, in HostContext()