Christian Prochaska 9aa0de24af libc: implement '_spinlock()' and '_spinunlock()'
FreeBSD libc code uses only a single spinlock instance and, thus there
is no obvious reason why it would need to be implemented as an actual
spinlock. _spinlock() and _spinunlock() functions are implemented with a
static pthread mutex.

Issue #725
2023-11-28 14:24:23 +01:00
..
2021-02-23 12:07:16 +01:00
2021-08-30 15:00:38 +02:00
2021-05-31 15:19:44 +02:00
2021-12-17 15:04:48 +01:00
2023-05-30 12:03:27 +02:00
2021-08-30 15:00:38 +02:00
2022-08-10 13:32:59 +02:00
2021-08-30 15:00:38 +02:00
2021-08-30 15:00:38 +02:00
2020-09-09 16:57:34 +02:00
2019-05-27 14:46:53 +02:00
2019-05-27 14:46:53 +02:00
2019-05-27 14:46:53 +02:00
2019-05-27 14:46:53 +02:00
2021-02-23 12:07:16 +01:00
2022-08-10 13:33:01 +02:00
2021-12-17 15:04:48 +01:00
2019-05-27 14:46:53 +02:00
2021-12-17 15:04:48 +01:00
2020-11-27 09:19:09 +01:00
2021-02-23 12:07:16 +01:00
2021-02-23 12:07:16 +01:00
2021-05-28 14:15:28 +02:00
2021-05-28 14:15:28 +02:00
2021-08-30 15:00:38 +02:00
2022-08-10 13:33:01 +02:00
2021-08-30 15:00:38 +02:00
2022-08-31 09:32:08 +02:00
2021-08-30 15:00:38 +02:00
2020-11-27 09:19:09 +01:00
2023-05-30 12:03:27 +02:00