Marian Buschsieweke 8bbe56c302
core/mutex: compatibility with non-C languages
Due to limited compatibility with C, we cannot use the inline mutex_trylock
implementation for C++. Instead, we provide a mutex_trylock_ffi() intended for
foreign function interfaces. This should also benefit rust users.
2020-12-09 11:53:48 +01:00
..
2020-03-30 17:02:08 +02:00
2020-03-30 17:02:08 +02:00
2019-01-09 08:42:59 +01:00
2020-03-30 17:02:08 +02:00
2020-03-30 17:02:08 +02:00
2020-11-09 21:13:08 +01:00
2020-03-30 17:02:08 +02:00
2020-03-30 17:02:08 +02:00
2020-03-30 17:02:08 +02:00
2020-11-23 16:56:34 +01:00
2020-11-23 16:56:34 +01:00
2020-11-25 20:49:00 +01:00