Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pthreads

pthread_key_create destructor not getting called

Why POSIX Threads are Slower Than OpenMP

c pthreads openmp

Pthreads - High memory usage

Thread synchronisation for C++ map

Segmentation fault in std::thread::id's std::operator==

Signalling all threads in a process

Little performance increasing when using multiple threads

Some problems with Arduino protothreads

error while using mutex

c++ linux pthreads posix mutex

Am I forced to use pthread_cond_broadcast (over pthread_cond_signal) in order to guarantee that *my* thread is woken up?

c qt pthreads

Unable to set Pthread Priority

What happens when child thread crash and main wait for join?

c++ multithreading pthreads

How should a multi-threaded C application handle a failed malloc()?

c malloc pthreads

How to synchronize manager/worker pthreads without a join?

c pthreads posix

Unexpected output in a multithreaded program

c multithreading pthreads

Visual Studio error with 'timespec' structure

c visual-studio pthreads

Race condition when accessing adjacent members in a shared struct, according to CERT coding rule POS49-C?

Is it valid to call pthread_join on the main thread?

c pthreads posix

Recompile PHP with ZTS enabled on Ubuntu

php pthreads pecl

pthread_create() and memory leaks