Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pthreads

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

Killing a pthread waiting on a condition variable

c++ pthreads

how to terminate a sleeping thread in pthread?

Memory leak problem

c++ c pthreads

Calling a function when thread is exiting in PThreads or Windows

How to use thread-sanitizer of gcc v4.8.1?

C - control reaches end of non-void function

Does Java JVM use pthread?

java linux macos jvm pthreads