Searched refs:segmentMutex_ (Results 1 – 2 of 2) sorted by relevance
98 std::lock_guard<std::mutex> lock(segmentMutex_); in Open()439 std::lock_guard<std::mutex> lock(segmentMutex_); in GetCurrentSegment()507 std::lock_guard<std::mutex> lock(segmentMutex_); in ClearReadSegmentList()649 std::lock_guard<std::mutex> lock(segmentMutex_); in CleanAllSegmentBuffer()678 std::lock_guard<std::mutex> lock(segmentMutex_); in CleanSegmentBuffer()706 std::lock_guard<std::mutex> lock(segmentMutex_); in CleanSegmentBuffer()778 std::lock_guard<std::mutex> lock(segmentMutex_); in CleanBufferByTime()810 std::lock_guard<std::mutex> lock(segmentMutex_); in SeekToTime()858 std::lock_guard<std::mutex> lock(segmentMutex_); in SaveData()
211 std::mutex segmentMutex_; variable