3#include "mc/_HeaderOutputPredefine.h"
22 PlatformThread& operator=(PlatformThread
const&);
23 PlatformThread(PlatformThread
const&);
29 virtual ~PlatformThread();
35 MCNAPI static ::rtc::PlatformThread
38 MCNAPI static ::rtc::PlatformThread
42 ::std::function<
void()> thread_function,
43 ::std::string_view name,
Definition ThreadAttributes.h:7