Justin Weiss
1ee7b71884
[3DS] Use the CondVar API for condition variables
...
The pthread wrapper uses semaphores to simulate condition variables,
but it is easy to hit the 3DS' limit of available semaphores. libctru
2.0 supplies a lightweight condition variable API. We will use that
when it exists, and backport it when it doesn't.
2020-10-10 19:31:08 -07:00
..
2020-10-03 21:20:32 +02:00
2020-10-05 10:28:45 +01:00
2020-09-30 15:47:03 +02:00
2018-06-25 23:55:40 +02:00
2020-08-18 15:22:46 +02:00
2020-08-29 05:21:48 +02:00
2020-08-26 19:08:12 -07:00
2020-10-05 10:59:55 +01:00
2020-08-24 18:17:47 +02:00
2020-06-17 11:22:31 +02:00
2020-01-31 15:43:42 +01:00
2020-08-19 03:06:22 +02:00
2020-09-27 22:15:32 +02:00
2020-05-14 09:27:58 +02:00
2020-08-26 23:46:16 +02:00
2020-09-19 23:59:06 +02:00
2020-01-31 15:43:42 +01:00
2020-10-02 21:10:07 +02:00
2020-08-26 15:13:48 +02:00
2020-08-24 12:17:33 +02:00
2020-10-10 19:31:08 -07:00
2020-08-19 03:06:22 +02:00
2020-09-27 22:15:32 +02:00
2020-09-27 22:15:32 +02:00
2020-07-07 05:58:07 +02:00
2020-08-19 03:06:22 +02:00
2020-10-05 15:16:58 +01:00
2019-01-08 11:04:58 -08:00
2018-06-25 23:55:40 +02:00