Files
ladybird/Userland/Libraries
Andreas Kling 565796ae4e Kernel+LibC: Remove sys$donate()
This was an old SerenityOS-specific syscall for donating the remainder
of the calling thread's time-slice to another thread within the same
process.

Now that Threading::Lock uses a pthread_mutex_t internally, we no
longer need this syscall, which allows us to get rid of a surprising
amount of unnecessary scheduler logic. :^)
2021-07-05 23:30:15 +02:00
..
2021-07-05 23:30:15 +02:00
2021-07-04 13:48:20 +04:30
2021-06-30 19:05:51 +02:00