Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pthreads

Is there an async-safe way to get the current thread ID in Linux?

linux gcc pthreads signals posix

What is the model of boost threading library

How to properly detach and remove shared memory between 2 processes in PHP?

Why does gcc link without the lpthread flag?

c multithreading gcc pthreads

Segfault in pthreads on MIPS

pthread_cancel behaves differently on arm and ppc?

embedded pthreads arm

Not able to kill bad kernel running on NVIDIA GPU

Issues with time slicing

c multithreading pthreads

android NDK mutex locking

Can I remap a shared POSIX mutex while it is locked?

pthreads posix mutex mmap remap

Is std::async broken in gcc 4.7 on linux? [closed]

List all threads

c unix pthreads posix freebsd

Threading Box2D with pthreads

when should I use 'lock' in multi-thread programing?

C++ multithreading today with a fluid situation for C++ 11 - book suggestions [closed]

How to use Pthreads PHP extension in Ubuntu

php ubuntu pthreads

Can a Thread trace a Process?

Signal handling among pthreads

In g++ is C++ 11 thread model using pthreads in the background?

c++ c++11 g++ pthreads

pthread_cancel() alternatives in Android NDK?

c++ pthreads android-ndk