Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pthreads

pthreads, how do I know that another thread inside the process is not waiting?

c linux pthreads

Is it safe to poll for a variable written by other threads in a C program?

Multithreaded C Lua module leading to segfault in Lua script

Wait for a detached thread to finish in C++

pthread_mutex_lock.c:62: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed

Missing something or do I just not understand epoll?

c linux sockets pthreads epoll

Cancellation points in signal handlers?

Signal handling in OpenMP parallel program

Relation between stack limit and threads

c++ linux process stack pthreads

What do I need to debug pthreads?

How to correctly destroy pthread mutex

Flow of program execution during Thread creation

c multithreading pthreads

How to create pthread specific variables without __thread

c++ pthreads

What could cause my program to not use all cores after a while?

gcc 4.7 on linux pthreads - nontrivial thread_local workaround using __thread (no boost)

Is it well-defined behavior to modify one element of an array while another thread modifies another element of the same array?

Creating multiple threads in C

c multithreading pthreads

std::thread supposedly leading to unusable stack trace

Cancelling a C++11 std::thread during a recvfrom syscall?

c++ linux c++11 pthreads

What is the difference between PTHREAD_RECURSIVE_MUTEX_INITIALIZER and PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP?

c pthreads