Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pthreads

How much overhead is there when creating a thread?

c++ pthreads posix

C: How do you declare a recursive mutex with POSIX threads?

Is there an invalid pthread_t id?

linux pthreads

When to use pthread_exit() and when to use pthread_join() in Linux?

c linux pthreads

Is Pthread library actually a user thread solution?

How to print pthread_t

c++ c linux pthreads

How do you query a pthread to see if it is still running?

How to set the name of a thread in Linux pthreads?

c linux pthreads

sem_init on OS X

c macos pthreads semaphore

Detached vs. Joinable POSIX threads

c linux pthreads detach

Can I get Unix's pthread.h to compile in Windows?

How to increase thread priority in pthreads?

Preemptive threads Vs Non Preemptive threads

How to return a value from pthread threads in C?

c pthreads

Pthreads vs. OpenMP

c pthreads openmp

pthreads mutex vs semaphore

efficient thread-safe singleton in C++

Is it possible to determine the thread holding a mutex?

POSIX threads and signals

c pthreads signals

Calling pthread_cond_signal without locking mutex