Josh Stone
78577096f6
Add #[inline] to small fns of futex RwLock
...
The important methods like `read` and `write` were already inlined,
which can propagate all the way to inlining in user code, but these
small state functions were left behind as normal calls. They should
almost always be inlined as well, as they're just a few instructions.
2022-06-15 10:48:52 -07:00
..
2021-08-19 12:02:39 -07:00
2021-02-22 21:41:32 +01:00
2022-06-15 10:48:52 -07:00
2021-11-12 15:25:16 -08:00
2022-03-10 10:23:40 -05:00
2022-06-05 15:14:18 -05:00
2021-08-10 12:09:00 +03:00
2021-11-12 15:25:16 -08:00
2021-08-10 12:09:00 +03:00
2021-04-28 14:25:04 +02:00
2021-08-10 12:09:00 +03:00
2022-04-19 17:00:09 +01:00
2022-05-09 11:12:32 +02:00
2022-05-11 04:50:48 +00:00
2022-05-09 11:12:32 +02:00
2022-05-09 11:12:32 +02:00
2022-03-29 20:18:28 -04:00
2022-06-10 11:50:39 +00:00
2022-05-25 20:09:59 -07:00
2021-12-28 11:28:05 +08:00
2022-04-19 16:50:24 -04:00
2022-03-05 17:57:12 +00:00
2021-08-19 12:02:39 -07:00
2022-05-21 00:02:20 +02:00
2022-04-05 11:22:32 -05:00
2022-06-14 14:46:22 -07:00
2021-04-19 13:29:22 +02:00
2022-05-06 08:50:51 -07:00
2022-04-06 17:11:50 -04:00
2022-05-11 04:51:09 +00:00
2022-04-17 23:33:56 -05:00