Ondřej Surý
b497e90179
Add isc_spinlock unit with shim pthread_spin implementation
...
The spinlock is small (atomic_uint_fast32_t at most), lightweight
synchronization primitive and should only be used for short-lived and
most of the time a isc_mutex should be used.
Add a isc_spinlock unit which is either (most of the time) a think
wrapper around pthread_spin API or an efficient shim implementation of
the simple spinlock.
2023-04-21 12:10:02 +02:00
..
2022-10-04 10:32:40 +02:00
2022-10-31 05:43:45 -07:00
2023-02-15 16:44:47 +00:00
2023-02-15 16:44:47 +00:00
2022-12-20 21:24:45 +02:00
2023-02-15 16:44:47 +00:00
2023-04-14 12:11:52 +00:00
2023-02-15 16:44:47 +00:00
2023-02-15 16:44:47 +00:00
2023-04-05 23:29:21 +02:00
2023-04-14 12:11:52 +00:00
2023-02-15 16:44:47 +00:00
2023-03-30 16:00:52 +02:00
2022-10-26 12:55:06 +02:00
2023-03-30 23:29:25 +02:00
2023-04-21 12:10:02 +02:00
2023-04-03 12:05:29 +10:00
2023-03-31 15:02:06 +02:00
2023-04-20 12:58:32 +02:00
2023-04-20 12:58:32 +02:00
2023-04-12 14:10:37 +02:00
2023-02-15 16:44:47 +00:00
2023-03-31 15:02:06 +02:00
2023-02-15 16:44:47 +00:00
2022-10-04 10:32:40 +02:00
2023-02-15 16:44:47 +00:00
2023-04-21 12:10:02 +02:00
2023-04-20 12:58:32 +02:00
2023-02-15 16:44:47 +00:00
2023-04-20 12:58:32 +02:00
2023-04-20 12:58:32 +02:00
2023-03-31 15:02:06 +02:00
2023-03-31 15:02:06 +02:00
2023-04-20 12:58:32 +02:00
2023-04-20 12:58:32 +02:00
2023-04-20 12:58:32 +02:00
2023-03-30 23:29:25 +02:00
2022-08-25 12:24:29 +02:00