We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314e7bc commit d4bea31Copy full SHA for d4bea31
1 file changed
dali/pipeline/util/new_thread_pool.cc
@@ -40,7 +40,7 @@ NewThreadPool::NewThreadPool(
40
}
41
42
std::any NewThreadPool::OnThreadStart(int thread_idx, bool set_affinity) {
43
- std::string name = make_string("[DALI][NT", thread_idx, "]", name);
+ std::string name = make_string("[DALI][NT", thread_idx, "]", name_);
44
SetThreadName(name.c_str());
45
std::any dg;
46
if (device_id_.has_value())
0 commit comments