Searched refs:eventRC (Results 1 – 1 of 1) sorted by relevance
265 std::atomic<TeeuiRc> eventRC = TeeuiRc::OperationPending; in promptUserConfirmation_() local268 if (eventRC.compare_exchange_strong(expected, rc)) { in promptUserConfirmation_()358 return eventRC != TeeuiRc::OperationPending || abort_called_ || secureInputDelivered_; in promptUserConfirmation_()368 if (eventRC != TeeuiRc::OK) { in promptUserConfirmation_()370 result = {eventRC, {}, {}}; in promptUserConfirmation_()