-
Basics of Futexes
Basics of Futexes
have you ever run ptrace on a stuck process and see futex? What is it? The futex was proposed by Linux contributors from IBM in 2002. It’s a low-level feature of the Linux kernel, suitable for use in foundational runtime components like the C/C++ standard libraries.
Appears in lists (1)