Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pthreads

How to correctly destroy pthread mutex

Flow of program execution during Thread creation

c multithreading pthreads

How to create pthread specific variables without __thread

c++ pthreads

What could cause my program to not use all cores after a while?

gcc 4.7 on linux pthreads - nontrivial thread_local workaround using __thread (no boost)

Is it well-defined behavior to modify one element of an array while another thread modifies another element of the same array?

Creating multiple threads in C

c multithreading pthreads

std::thread supposedly leading to unusable stack trace

Cancelling a C++11 std::thread during a recvfrom syscall?

c++ linux c++11 pthreads

What is the difference between PTHREAD_RECURSIVE_MUTEX_INITIALIZER and PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP?

c pthreads

How does pthread_key_t and the method pthread_key_create work?

How to make thread synchronization without using mutex, semorphore, spinLock and futex?

How to trap stack overflow with pthread?

Zombie process even though threads are still running

How to do robust thread-local storage in iOS

sigwait() and signal handler

What is the best practice for passing data between threads? Queues, messages or others?

c++ multithreading pthreads

pthread vs. kthread in Linux kernel v2.6+

The futex facility returned an unexpected error code?

How do I wake select() on a socket close?