Files
ladybird/Kernel
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-05 17:12:56 +02:00
2021-07-05 23:30:15 +02:00
2021-06-24 00:38:23 +02:00
2021-06-28 15:55:00 +02:00
2021-06-24 10:29:09 +02:00
2021-06-24 10:29:09 +02:00
2021-06-28 19:26:06 +02:00
2021-06-24 00:38:23 +02:00
2021-06-24 00:38:23 +02:00
2021-07-05 23:30:15 +02:00
2021-06-24 00:38:23 +02:00
2021-07-05 23:30:15 +02:00
2021-07-05 23:30:15 +02:00
2021-06-24 00:38:23 +02:00
2021-07-05 23:30:15 +02:00
2021-07-05 23:30:15 +02:00
2021-06-24 00:38:23 +02:00
2021-06-24 00:38:23 +02:00
2021-06-04 10:39:41 +02:00