1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 12:37:40 +00:00
serenity/Userland/Libraries/LibC/sys
Tom 1d621ab172 Kernel: Some futex improvements
This adds support for FUTEX_WAKE_OP, FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET,
FUTEX_REQUEUE, and FUTEX_CMP_REQUEUE, as well well as global and private
futex and absolute/relative timeouts against the appropriate clock. This
also changes the implementation so that kernel resources are only used when
a thread is blocked on a futex.

Global futexes are implemented as offsets in VMObjects, so that different
processes can share a futex against the same VMObject despite potentially
being mapped at different virtual addresses.
2021-01-17 20:30:31 +01:00
..
arch/i386 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
cdefs.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
file.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
internals.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ioctl.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ioctl_numbers.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
mman.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
param.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
prctl.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
prctl.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
prctl_numbers.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ptrace.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ptrace.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
resource.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
select.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
select.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
socket.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
socket.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
stat.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
sysmacros.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
time.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
times.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
types.h Kernel: Some futex improvements 2021-01-17 20:30:31 +01:00
uio.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
uio.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
un.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
utsname.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
wait.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
wait.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00