Search code examples
Purpose of saving an incoming pthread address on the stack before syscall in MUSL's x86_64 __sys...


assemblypthreadsx86-64system-callsmusl

Read More
gcc difference between -pthread and -pthreads?...


gccpthreadsportability

Read More
Why do pthreads’ condition variable functions require a mutex?...


cpthreadsmutexcondition-variable

Read More
print odd and even numbers using 2 threads using mutex in C...


linuxpthreadsmutex

Read More
Building error using cmake: cannot find -lpthreads...


c++linuxcmakepthreads

Read More
How does printf() works as a safe cancel point? What is it depends on?...


cpthreads

Read More
pthreads_setaffinity_np: Invalid argument?...


linuxpthreadsmultiprocessingsetthreadaffinitymask

Read More
Am I understanding memory ordering models correctly?...


cpthreadsmemory-barriersstdatomic

Read More
How to increase thread priority in pthreads?...


c++linuxmultithreadingpthreads

Read More
Pthread Programming Short Example...


clinuxmultithreadingpthreadsstdio

Read More
How to return a vector from a thread in C++?...


c++vectorpthreads

Read More
Difficulty passing struct through pthread_create...


cstructpthreadscreatethread

Read More
reader/writer lock in pthread...


cmultithreadingpthreads

Read More
Thread asynchronous waiting signaling...


cpthreads

Read More
Does the workload for pthreads really need to be in ms for pthreads to be beneficial?...


multithreadingperformancepthreadsbenchmarking

Read More
How should I initialize pthread mutexes in shared memory, since at program start they can be already...


linuxinitializationpthreadsmutexshared-memory

Read More
If the Linux kernel reassigns a PID, can this cause errors/UB when using C pthread mutexes?...


linuxpthreadsmutexschedulerpid

Read More
Sending a SIGINT to specific thread with pthread_kill() results in whole process termination...


cpthreadssignals

Read More
QThreads Vs Pthreads...


multithreadingqtpthreads

Read More
CPU Affinity Masks (Putting Threads on different CPUs)...


linuxmultithreadingparallel-processingpthreadsaffinity

Read More
Cancelling thread that is stuck on epoll_wait...


c++pthreadsepoll

Read More
How to get thread id of a pthread in linux c program?...


clinuxpthreads

Read More
Shared data access in pthreads...


cpthreads

Read More
Issue with synchronization of threads using condition variables to output the Mandelbrot...


cpthreadsmutexcondition-variablemandelbrot

Read More
per-thread scheduling priority on Linux with default (SCHED_OTHER) scheduling policy...


c++linuxmultithreadingpthreadsposix

Read More
PHP: pthreads not loading on PHP 8.1...


phppthreadsphp-8.1

Read More
What is the purpose of pthread and the select () function?...


clinuxunixpthreadsposix-select

Read More
operation not permitted while setting new priority for thread...


c++pthreadsposixthread-priority

Read More
select not indicating arrival of data in function launched by pthread_create...


cpthreadsposix-select

Read More
Does a pthread_cond_signal or pthread_cond_broadcast call imply a write memory barrier?...


c++multithreadingpthreadslanguage-lawyermemory-barriers

Read More
BackNext