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();
52 MCNAPI static ::webrtc::scoped_refptr<::webrtc::PendingTaskSafetyFlag>
CreateInternal(
bool);
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, ::webrtc::TaskQueueBase *)
static MCAPI ::webrtc::scoped_refptr<::webrtc::PendingTaskSafetyFlag > CreateDetachedInactive()
static MCAPI ::webrtc::scoped_refptr<::webrtc::PendingTaskSafetyFlag > CreateInternal(bool)
Definition TaskQueueBase.h:16