Filippo Gentile 8c12a50078 threading: fix MinGW thread name
SetThreadDescription() is not currently supported by MinGW compiler.
It was added in Windows 10 so it's relatively new function.

But MinGW comes with a Windows implementation of pthread library.
This means we can just use the same code as for linux which
calls 'pthread_setname_np()' and skip windows specific call.
2023-01-09 21:52:43 +01:00
..
WIP
2020-04-29 15:42:30 +02:00
2023-01-09 21:46:31 +01:00
WIP
2020-04-29 15:42:30 +02:00
2021-09-11 23:49:38 +02:00
2020-09-02 22:59:07 +02:00
WIP
2020-07-29 09:23:55 +02:00
2022-12-24 21:59:04 +01:00
2021-08-03 23:56:36 +02:00
2021-10-17 16:38:51 +02:00
WIP
2020-08-17 23:02:16 +02:00
WIP
2020-07-29 09:23:55 +02:00