docs
[mirrors/Programs.git] / c / pthread_extra / README.md
CommitLineData
ae4849d1
TM
1# pthread_extra
2
3Library implementing extra features on top of POSIX threads.
4Currently only tested on Linux. Mostly experimental code.
5
6### Components
7
8 * pthread_msgqueue - implements message queues, more features than POSIX mqueue (no known issues, but not really tested)
9 * pthread_multi - lock multiple mutexes at once (might cause deadlocks in complex scenarios)
10 * pthread_pause - implements suspend/resume functionality for pthreads (causes deadlocks under high load)
This page took 0.102707 seconds and 4 git commands to generate.