Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pthreads

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

How to pass in function's argument a pointer function using wrapper function?

c pthreads wrapper

Is it safe to share variables among threads synchronized with atomic loads and stores?

Multithreaded C application framework or pattern

pthread mutex vs atomic ops in Solaris

c pthreads solaris mutex atomic

gdb gives me infinite "Program received signal SIGTSTP" when I try to resume

gdb pthreads

pthread sched_get_priority_min/max implementation for SCHED_OTHER/SCHED_FIFO

Can I stop(pause) pthread execution using pthread_kill

c pthreads sigkill

Why does pthread_exit() in rare cases cause a SEGV when called after pthread_detach()?

How is using -pthread not violation ODR rules?

Fork and core dump with threads

c++ c linux pthreads coredump

Setting thread priority in Linux with Boost

c++ linux boost pthreads posix