3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/rtc/RefCountedNonVirtual.h"
7#include "mc/external/webrtc/scoped_refptr.h"
11namespace webrtc {
class TaskQueueBase; }
43 MCNAPI static ::webrtc::scoped_refptr<::webrtc::PendingTaskSafetyFlag>
Create();
45 MCNAPI static ::webrtc::scoped_refptr<::webrtc::PendingTaskSafetyFlag>
48 MCNAPI static ::webrtc::scoped_refptr<::webrtc::PendingTaskSafetyFlag>
CreateDetached();
Definition RefCountedNonVirtual.h:8
Definition PendingTaskSafetyFlag.h:16
static MCAPI ::webrtc::scoped_refptr<::webrtc::PendingTaskSafetyFlag > Create()
static MCAPI ::webrtc::scoped_refptr<::webrtc::PendingTaskSafetyFlag > CreateDetached()
static MCAPI ::webrtc::scoped_refptr<::webrtc::PendingTaskSafetyFlag > CreateAttachedToTaskQueue(bool alive, ::webrtc::TaskQueueBase *attached_queue)
static MCAPI ::webrtc::scoped_refptr<::webrtc::PendingTaskSafetyFlag > CreateDetachedInactive()
static MCAPI ::webrtc::scoped_refptr<::webrtc::PendingTaskSafetyFlag > CreateInternal(bool alive)
Definition TaskQueueBase.h:16