#include "rtc_base/synchronization/sequence_checker_internal.h"
#include <string>
#include "rtc_base/checks.h"
#include "rtc_base/strings/string_builder.h"
namespace webrtc {
namespace webrtc_sequence_checker_internal {
SequenceCheckerImpl::SequenceCheckerImpl(bool attach_to_current_thread)
: … { … }
SequenceCheckerImpl::SequenceCheckerImpl(TaskQueueBase* attached_queue)
: … { … }
bool SequenceCheckerImpl::IsCurrent() const { … }
void SequenceCheckerImpl::Detach() { … }
#if RTC_DCHECK_IS_ON
std::string SequenceCheckerImpl::ExpectationToString() const { … }
#endif
}
}