futex
English
Etymology
Contraction of
fast
userspace
mutex
; see
mutex
.
Noun
futex
(
plural
futexes
)
(
computing
)
A mechanism for
basic
locking
, based on an
atomic
integer
in
userspace
that may be operated upon from multiple
processes
or
threads
.