Searched refs:synchronizationCallback (Results 1 – 2 of 2) sorted by relevance
90 int computeAsynchronously(std::shared_ptr<ExecutionCallback>* synchronizationCallback) { in computeAsynchronously() argument91 CHECK(synchronizationCallback != nullptr); in computeAsynchronously()92 return compute(synchronizationCallback); in computeAsynchronously()148 int compute(std::shared_ptr<ExecutionCallback>* synchronizationCallback,
1010 int ExecutionBuilder::compute(std::shared_ptr<ExecutionCallback>* synchronizationCallback, in compute() argument1012 CHECK(synchronizationCallback == nullptr || burstBuilder == nullptr) in compute()1015 const bool synchronous = (synchronizationCallback == nullptr); in compute()1017 *synchronizationCallback = nullptr; in compute()1085 *synchronizationCallback = executionCallback; in compute()