Files
ladybird/Libraries/LibC
Sergey Bugaev 3ac0c9b9e7 LibPthread: Implement pthread_once()
The implementation uses atomics and futexes (yay!) and is heavily based on the
implementation I did for my learning project named "Let's write synchronization
primitives" [0].

That project, in fact, started when I tried to implement pthread_once() for
Serenity (because it was needed for another project of mine, stay tuned ;) ) and
was not very sure I got every case right. So now, after learning some more about
code patterns around atomics and futexes, I am reasonably sure, and it's time to
contribute the implementation of pthread_once() to Serenity :^)

[0] To be published at https://github.com/bugaevc/lets-write-sync-primitives
2020-11-24 21:36:28 +01:00
..
2020-11-24 21:36:28 +01:00
2020-04-06 11:09:01 +02:00
2020-02-19 16:08:28 +01:00
2020-09-27 01:02:11 +02:00
2020-01-18 09:45:54 +01:00
2020-10-30 17:03:28 +01:00
2020-10-02 16:03:17 +02:00
2020-06-23 14:12:20 +02:00
2020-02-02 10:58:45 +01:00
2020-09-27 01:02:11 +02:00
2020-07-06 10:01:14 +02:00
2020-09-12 13:46:15 +02:00
2020-07-11 11:33:33 +02:00
2020-07-04 10:49:36 +02:00
2020-11-10 19:03:08 +01:00
2020-10-15 13:45:00 +02:00
2020-05-07 23:32:11 +02:00
2020-09-27 01:02:11 +02:00