Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pthreads

Advantages of using condition variables over mutex

Do I need -D_REENTRANT with -pthreads?

linux gcc pthreads

How to set the stacksize with C++11 std::thread

When is pthread_spin_lock the right thing to use (over e.g. a pthread mutex)?

c pthreads

Program received signal SIGPIPE, Broken pipe

c sockets gdb pthreads sigpipe

Building error using cmake: cannot find -lpthreads

c++ linux cmake pthreads

pthread_exit vs. return

c linux pthreads valgrind

pthread_join() and pthread_exit()

pthread_create and passing an integer as the last argument

c pthreads

Pthread mutex assertion error

How do I get a thread ID from an arbitrary pthread_t?

Parallelization: pthreads or OpenMP?

Difference between pthread and fork on gnu/Linux

linux-kernel pthreads fork

Will main() catch exceptions thrown from threads?

How pthread_mutex_lock is implemented

Does pthread_cond_wait(&cond_t, &mutex); unlock and then lock the mutex?

c pthreads mutex

Kill Thread in Pthread Library

Why is a pthread mutex considered "slower" than a futex?

c linux pthreads futex

Why is a while loop needed around pthread wait conditions?

c multithreading pthreads

Green-threads and thread in Python