- May 06, 2023
-
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
Maybe it would be better to simply stick to a mutex and condvar, as libstd does. Optimization is for later anyway.
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
Otherwise it would be possible to do e.g. `pthread_mutex_t mutex = PTHREAD_ONCE_INITIALIZER;```, which would expand to ```pthread_mutex_t mutex = {0};```.
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
- May 05, 2023
-
-
David CARLIER authored
-
Ron Williams authored
-
- May 04, 2023
-
-
Ron Williams authored
-
David CARLIER authored
-
David CARLIER authored
-
- Apr 29, 2023
-
-
David CARLIER authored
-
- Apr 26, 2023
-
-
David CARLIER authored
-
- Apr 25, 2023
-
-
David CARLIER authored
-
- Apr 22, 2023
-
-
David CARLIER authored
-
- Apr 19, 2023
-
-
David CARLIER authored
-
- Apr 18, 2023
-
-
David CARLIER authored
-
- Apr 16, 2023
-
-
David CARLIER authored
-
- Apr 15, 2023
-
-
David CARLIER authored
-
David CARLIER authored
-
- Apr 14, 2023
-
-
Ron Williams authored
-
Ron Williams authored
-
- Apr 13, 2023
-
-
David CARLIER authored
-
- Apr 11, 2023
-
-
David CARLIER authored
-
- Apr 05, 2023
-
-
David CARLIER authored
-
- Apr 04, 2023
-
-
David CARLIER authored
-