Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pthreads

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

Can I call accept() for one socket from several threads simultaneously?

Why implicit declaration of pthread_yield with -lpthread while all ok with -pthread?

c linux gcc pthreads

Why is passing references to the Mutex class not a good design?

c++ pthreads mutex

Why does sem_wait not unblock (and return -1) on an interrupt?