Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pthreads

using gdb to debug a interactive program that reads input from stdin

c gdb pthreads

How safe is pthread robust mutex?

Reuse of threads pthread

pthread_mutex_timedlock() exiting prematurely without waiting for timeout

pthread_create followed by pthread_detach still results in possibly lost error in Valgrind

Passing multiple arguments to a thread in C (pthread_create)

c multithreading pthreads

Do you need to join a cancelled thread? (pthreads)

c++ multithreading pthreads

How to pause a pthread ANY TIME I want?

c++ linux embedded pthreads

POSIX C Threads. pthread_cond_t example. Doesn't work as expected

pthread_mutex_lock returns invalid argument

c debugging pthreads mutex

Pthreads vs Parallel for infinite loops on PHP

Max number of socket on Linux

sockets pthreads

pthread_cleanup_push causes Syntax error

c pthreads mutex

pthread_cond_wait() waking up two threads at the same time

c multithreading pthreads

Following pointers in a multithreaded environment

Counting Pi in threads

c pthreads pi

Close a thread when done with it

c++ c multithreading pthreads

How to use c++0x thread in Android NDK?

c++ c++11 android-ndk pthreads

Multiple locks with mutex and the possibility of a deadlock

Segmentation fault after the call of pthread_join()