Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pthreads

accessing atomicly two scalar fields

c pthreads atomic c11

__POSIX_VISIBLE is ruining my pthreading on cygwin

c++ gcc cygwin pthreads

Question about zombie processess and threads

c pthreads + valgrind = memory leak : why?

autotools for pthreads not setting correct linker flags

pthreads autotools

How to get function pointer in LLVM

Using a thread in C++ to report progress of computations

c++ unix pthreads

LD_PRELOAD and thread local variable

Check if pthread_mutex is initialized

c linux pthreads posix

Can I lock multiple variables simultaneously?

c++ multithreading pthreads

Does this implementation of mutex locks result in undefined behavior?

Making pthread_rwlock_wrlock recursive

Accessing shared data from a signal handler

c++ compile std::thread example with scons

c++ g++ pthreads scons

pthread: one printf statement get printed twice in child thread

pthreads printf

While signal not received?

c linux pthreads signals posix

What is the meaning of "statically allocated"?

c pthreads

Emulate pthread_kill with C++ threads

master / worker threads and signal handling

C++ pthread blocking queue deadlock (I think)