Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pthreads

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?

Difference between pthread_exit() and exit()?

c pthreads

C++ 11 Threads, Error Pure virtual function called

What are pthread cancelation points used for?

c linux pthreads posix

Thread using emscripten

pthreads emscripten