Home
last modified time | relevance | path

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

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/
H A DWatchAndWait.actor.cpp34 bool triggerWatches; member
46 triggerWatches = getOption( options, LiteralStringRef("triggerWatches"), false ); in WatchAndWaitWorkload()
55 if( !triggerWatches ) { in WatchAndWaitWorkload()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DReadYourWrites.actor.cpp951 …static void triggerWatches(ReadYourWritesTransaction *ryw, KeyRangeRef range, Optional<ValueRef> v… in triggerWatches() function in RYWImpl
978 …static void triggerWatches(ReadYourWritesTransaction *ryw, KeyRef key, Optional<ValueRef> val, boo… in triggerWatches() function in RYWImpl
979 triggerWatches(ryw, singleKeyRange(key), val, valueKnown); in triggerWatches()
1601 RYWImpl::triggerWatches(this, k, Optional<ValueRef>(), false); in atomicOp()
1640 RYWImpl::triggerWatches(this, key, value); in set()
1677 RYWImpl::triggerWatches(this, r, Optional<ValueRef>()); in clear()
1702 RYWImpl::triggerWatches(this, r, Optional<ValueRef>()); in clear()