summaryrefslogtreecommitdiff
path: root/src/envfs.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-13 23:03:56 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-02-18 17:25:03 -0500
commit763a5d6c08006c319ed92f4088a4d3c211f80cf6 (patch)
treec7a4a72aef010405cac54eb332e28bae898f230d /src/envfs.cpp
parent29244f3328cdf878ac557acbbabb19a5b7190b2d (diff)
more instrumentation
tighter mutexes, required thread-safe FileEntry
Diffstat (limited to 'src/envfs.cpp')
-rw-r--r--src/envfs.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/envfs.cpp b/src/envfs.cpp
index 022ca513..5cd36957 100644
--- a/src/envfs.cpp
+++ b/src/envfs.cpp
@@ -179,6 +179,8 @@ public:
void run()
{
+ MOShared::SetThisThreadName("HandleCloserThread");
+
std::unique_lock lock(m_mutex);
m_cv.wait(lock, [&]{ return m_ready; });