SWDEV-264244 Fix StreamSync
Change-Id: I3a46a607a77aaf46dcd1fcf08db7e926613fe8d1
This commit is contained in:
@@ -152,6 +152,8 @@ class Event : public RuntimeObject {
|
||||
//! Process the callbacks for the given \a status change.
|
||||
void processCallbacks(int32_t status) const;
|
||||
|
||||
void waitForCompletion();
|
||||
|
||||
public:
|
||||
//! Return the context for this event.
|
||||
virtual const Context& context() const = 0;
|
||||
@@ -193,7 +195,7 @@ class Event : public RuntimeObject {
|
||||
|
||||
/*! \brief Notifies current command queue about execution status
|
||||
*/
|
||||
bool notifyCmdQueue();
|
||||
Command* notifyCmdQueue(bool retain = false);
|
||||
|
||||
//! RTTI internal implementation
|
||||
virtual ObjectType objectType() const { return ObjectTypeEvent; }
|
||||
|
||||
Reference in New Issue
Block a user