Search code examples
why sem_t is 32 bytes in 64bit linux?...


linuxsemaphoreglibcfutexposix-api

Read More
Wake up all threads sleeping on futex...


clinuxsynchronizationsystem-callsfutex

Read More
Using std::atomic with futex system call...


c++linuxc++20stdatomicfutex

Read More
Is test-and-set (or other atomic RMW operation) a privileged instruction on any architecture?...


linuxassemblyoperating-systemcpu-architecturefutex

Read More
Kernel Module, Call get_futex_key...


clinuxlinux-kernelfutex

Read More
Release Python Thread Lock or Futex Using GDB...


pythoncmultithreadinggdbfutex

Read More
Python: Process hangs with futex(0x2a5fcc0, FUTEX_WAIT_PRIVATE, 0, NULL in multithreading...


pythonmultithreadingqueuefutex

Read More
futex() syscall timed out during python trying to connect remote oracle db...


pythonoracleredhatsystem-callsfutex

Read More
How one pthread waits for another to finish via futex in linux?...


linuxpthreadsglibcmuslfutex

Read More
What is the difference between FUTEX_WAIT and FUTEX_WAIT_PRIVATE?...


linux-kernelsystem-callsfutex

Read More
Futex and pthreads issue...


clinuxpthreadsfutex

Read More
Shared pthread_cond_broadcast stuck in futex_wait...


cpthreadsshared-memorymultiprocessfutex

Read More
gdb wont break on "futex"...


linuxgdbfutex

Read More
Using libcurl in a multithreaded environment causes VERY slow performance related to DNS lookup...


c++multithreadingvirtual-machinelibcurlfutex

Read More
Is it safe to cast atomic<T> to T...


c++atomicfutex

Read More
How do I find the line of C++ which locks a Linux futex?...


c++linuxfutex

Read More
How is WakeByAddressAll ordered?...


c++winapimemory-barriersfutex

Read More
Is there a way to call library thread-local init/cleanup on thread creation/destruction?...


cmultithreadingpthreadsthread-local-storagefutex

Read More
How could futex_wake return 0...


linuxsemaphorefutex

Read More
Does a futex wait/wake pair achieve acquire/release semantics?...


c++linuxmultithreadingthread-safetyfutex

Read More
Small OpenMP program sometimes freezes (gcc, c, linux)...


gccdeadlockopenmpfutex

Read More
How to find what causes the futex facility to fail?...


csemaphorefutex

Read More
pthread_mutex_lock and EAGAIN...


cmultithreadingpthreadsstracefutex

Read More
How are threads/processes parked and woken in Linux, prior to futex?...


linuxmultithreadingfutex

Read More
Python hangs in futex calls...


pythonmultithreadingdebuggingdeadlockfutex

Read More
Why is a pthread mutex considered "slower" than a futex?...


clinuxpthreadsfutex

Read More
Why Locking in Go much slower than Java? Lot's of time spent in Mutex.Lock() Mutex.Unlock()...


golockingprofilingbenchmarkingfutex

Read More
See stacktrace of hanging Python in futex(..., FUTEX_WAIT_BITSET_PRIVATE|...)...


pythondebuggingfreezefutex

Read More
Share futex between unrelated processes...


linuxprocessmultiprocessingfile-descriptorfutex

Read More
Why a java single threaded program uses futex and clone system calls...


javaclonesingle-threadedfutex

Read More
BackNext