mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Thread names shortened to 15 characters to fit Posix norm.
Added get_current_thread_name()
This commit is contained in:
parent
be73962699
commit
81b6883710
3 changed files with 19 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue