Home
last modified time | relevance | path

Searched refs:TOKEN_STREAM_FLAG (Results 1 – 2 of 2) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/
H A DFlowTransport.actor.cpp43 const uint64_t TOKEN_STREAM_FLAG = 1; variable
547 } else if (destination.token.first() & TOKEN_STREAM_FLAG) { in deliver()
967 endpoint.token = UID( endpoint.token.first() | TOKEN_STREAM_FLAG, endpoint.token.second() ); in addEndpoint()
970 endpoint.token = UID( endpoint.token.first() & ~TOKEN_STREAM_FLAG, endpoint.token.second() ); in addEndpoint()
981 ASSERT( ((endpoint.token.first() & TOKEN_STREAM_FLAG)!=0) == receiver->isStream() ); in addWellKnownEndpoint()
H A Dsim2.actor.cpp103 const uint64_t TOKEN_STREAM_FLAG = 1; variable