input/buffering: update thread name
This commit is contained in:
parent
5277297336
commit
a199f58db5
|
@ -127,7 +127,7 @@ BufferingInputStream::Read(std::unique_lock<Mutex> &lock, void *ptr, size_t s)
|
|||
void
|
||||
BufferingInputStream::RunThread() noexcept
|
||||
{
|
||||
SetThreadName("input_buffered");
|
||||
SetThreadName("buffering");
|
||||
|
||||
std::unique_lock<Mutex> lock(mutex);
|
||||
|
||||
|
|
Loading…
Reference in New Issue