Files
ladybird/Kernel/Syscalls/poll.cpp
Andreas Kling d748a3c173 Kernel: Only lock process file descriptor table once in sys$poll()
Grab the OpenFileDescriptions mutex once and hold on to it while
populating the SelectBlocker::FDVector.
2022-01-29 02:17:12 +01:00

4.4 KiB