Files
ardour/libs/pbd
Robin Gareus e515e73db6 Implement a replacement for Glib::Threads::Thread
This is mainly because Glib::Threads (g_system_thread_new)
uses pthread on Un*x, but on Windows relies on GThreadWin32
(HANDLE)_beginthreadex

This later causes issues e.g. in BaseUI::run()

```
unhandled exception (type Glib::Error) in signal handler:
domain: g_thread_error
code  : 0
what  : Error setting new thread priority: The parameter is incorrect.
```
2022-03-01 01:33:08 +01:00
..
2020-11-07 10:37:52 +01:00
2020-10-13 21:27:16 +02:00
2020-03-18 18:16:29 +01:00
2020-10-13 21:27:16 +02:00
2021-05-05 17:57:16 +02:00
2021-06-30 17:15:27 +02:00
2015-10-05 16:17:49 +02:00
2021-12-31 01:39:39 +01:00
2021-06-26 18:47:08 -06:00
2021-03-21 22:31:40 +01:00
2020-12-02 21:34:52 +01:00
2022-01-26 00:17:49 +01:00
2020-10-13 21:27:16 +02:00
2020-02-07 11:27:22 +00:00
2020-10-13 21:27:16 +02:00
2021-06-26 18:40:44 -06:00