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
..
2021-07-23 17:32:22 +02:00
2020-04-29 15:42:30 +02:00
2022-03-10 22:52:08 +01:00
2022-01-03 09:59:49 +01:00
2022-04-15 09:42:50 +02:00
2022-12-04 23:16:08 +01:00
2023-01-09 21:46:31 +01:00
2022-01-03 00:05:29 +01:00
2022-02-01 23:02:19 +01:00
2022-01-17 23:31:04 +01:00
2022-01-08 22:40:49 +01:00
2021-10-17 16:10:56 +02:00
2020-04-29 15:42:30 +02:00
2021-09-11 23:49:38 +02:00
2022-04-24 19:49:10 +02:00
2020-09-02 22:59:07 +02:00
2020-07-29 09:23:55 +02:00
2022-12-24 21:59:04 +01:00
2021-06-26 19:55:06 +02:00
2021-11-29 23:19:36 +01:00
2021-10-25 23:05:42 +02:00
2023-01-09 21:52:43 +01:00
2022-05-26 00:59:03 +02:00
2022-01-04 23:32:36 +01:00
2021-08-03 23:56:36 +02:00
2021-10-17 16:38:51 +02:00
2022-03-31 00:15:59 +02:00
2022-01-03 00:05:29 +01:00
2022-05-23 23:21:06 +02:00
2022-05-23 23:21:06 +02:00
2022-05-04 23:55:14 +02:00
2020-08-17 23:02:16 +02:00
2020-07-29 09:23:55 +02:00
2022-03-31 00:16:33 +02:00