Files
ardour/libs
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
..
2022-02-01 22:01:41 +01:00
2022-02-08 21:24:54 +01:00
2022-01-29 05:17:00 +01:00
2022-02-09 10:08:01 -07:00
2021-03-01 22:14:38 +01:00