Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pthreads

Interview: what is the difference between pthread and windows thread created by _beginthread(ex)?

Using many mutex locks

c linux pthreads hpc

Mixing OpenMP with pthreads

c linux pthreads openmp

What does operator ':=' mean?

Can my thread help the OS decide when to context switch it out?

Mutex access and system call

Pthread: Why people bother using pthread_exit?

pthreads

What does "void *(*)(void *)" mean in C++?

Pthread threads and signals

linux pthreads signals

Implementation of condition variables

Waiting on a condition (pthread_cond_wait) and a socket change (select) simultaneously

Is there any movement towards specifying interaction of C++ exceptions and pthread cancellation?

Using pthread mutex shared between processes correctly

Using pthread.h on a windows build

c++ c pthreads

pthread concepts in linux

Getting EPERM when calling pthread_create() for SCHED_FIFO thread as root on Linux

c pthreads

Understanding glibc source code conventions

c pthreads libc

Are there compiler optimization issues with sharing variables between threads?

c++ c multithreading pthreads

How to cleanly interrupt a thread blocking on a recv call?

I need to implement a way to sleep this thread until it has work to do