Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in futex
iOS futex support
Feb 08, 2026
ios
multithreading
mach
futex
Is futex essentially an unique integer? any way to expose it by user space code?
Oct 25, 2025
c
multithreading
unix
futex
Does a futex wait/wake pair achieve acquire/release semantics?
Sep 14, 2025
c++
linux
multithreading
thread-safety
futex
Is test-and-set (or other atomic RMW operation) a privileged instruction on any architecture?
Jan 04, 2023
linux
assembly
operating-system
cpu-architecture
futex
Python: Process hangs with futex(0x2a5fcc0, FUTEX_WAIT_PRIVATE, 0, NULL in multithreading
May 26, 2022
python
multithreading
queue
futex
Debug a futex lock
Dec 18, 2019
linux
locking
futex
See stacktrace of hanging Python in futex(..., FUTEX_WAIT_BITSET_PRIVATE|...)
Sep 29, 2020
python
debugging
freeze
futex
The futex facility returned an unexpected error code?
Apr 19, 2022
multithreading
linux-kernel
pthreads
futex
Using std::atomic with futex system call
Oct 16, 2022
c++
linux
c++20
stdatomic
futex
How to debug a futex contention shown in strace?
Apr 25, 2022
linux
multithreading
futex
Using libcurl in a multithreaded environment causes VERY slow performance related to DNS lookup
Jan 09, 2020
c++
multithreading
virtual-machine
libcurl
futex
Java periodically hangs at futex and very low IO output
Dec 08, 2021
java
io
futex
huge-pages
High system CPU usage when contending futex
Aug 23, 2022
linux
spinlock
futex
Why is a pthread mutex considered "slower" than a futex?
Aug 28, 2022
c
linux
pthreads
futex