Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pthreads

What happens if I call a java function from multiple threads from C with JNI?

pthread_create differences in linux kernel 2.4.20 and 2.4.36

c++ linux pthreads

Wait for multiple threads (Posix threads, c++)

pthread waiting condition does not always wake on signal

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