1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-13 08:24:27 +00:00

Thread names shortened to 15 characters to fit Posix norm.

Added get_current_thread_name()
This commit is contained in:
Vojtech Bubnik
2020-10-22 14:11:00 +02:00
parent be73962699
commit 81b6883710
3 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ void BackgroundSlicingProcess::process_sla()
void BackgroundSlicingProcess::thread_proc()
{
set_current_thread_name("slic3r_BackgroundSlicingProcess");
set_current_thread_name("slic3r_BgSlcPcs");
name_tbb_thread_pool_threads();
assert(m_print != nullptr);