Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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()?

Parallel Dijkstra Deadlocking

Individual thread priority checking using command line in linux

GNU/Linux thread implementation

c linux pthreads

pthreads SIGEV_THREAD and async-safe function calls

pthreads signals

Why not all threads are completed?

php pthreads

How is using -pthread not violation ODR rules?

Resource acquisition and pthreads

c resources pthreads

Is it possible to set pthread CPU affinity in OS X?

Fork and core dump with threads

c++ c linux pthreads coredump

Setting thread priority in Linux with Boost

c++ linux boost pthreads posix