Home | History | Annotate | Download | only in runtime

Lines Matching refs:streaming_lock_

601       overflow_(false), interval_us_(0), streaming_lock_(nullptr),
624 streaming_lock_ = new Mutex("tracing lock", LockLevel::kTracingStreamingLock);
630 delete streaming_lock_;
705 MutexLock mu(Thread::Current(), *streaming_lock_); // To serialize writing.
975 MutexLock mu(Thread::Current(), *streaming_lock_); // To serialize writing.