X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=c%2Fpthread_extra%2FREADME.md;h=5c75ea990533e9a6d9f5562fd04b8233d005a84a;hb=0be2ea132b514f6a9b43aa5c9200c4faf7341602;hp=60876f2cec9dc1aed8d94392599d78f693375a96;hpb=f6132c99e1781f8ca2df08ddd7271bf5895dff0d;p=mirrors%2FPrograms.git diff --git a/c/pthread_extra/README.md b/c/pthread_extra/README.md index 60876f2..5c75ea9 100644 --- a/c/pthread_extra/README.md +++ b/c/pthread_extra/README.md @@ -6,6 +6,7 @@ Currently will probably only work on Linux. Mostly experimental code. ### Components * pthread_pause - implements suspend/resume functionality for pthreads (no know issues, recently fixed some deadlocks, but not really tested) + * pthread_sleep - sleep functions which work correctly even when being interrupted by signals and/or being paused by pthread pause * pthread_msgqueue - implements message queues, more features than POSIX mqueue (no known issues, but not really tested) * pthread_user_data - allows user to store and retreive custom data using thread handle as a key (suboptimal, used internaly, not tested) * pthread_multi - lock multiple mutexes at once (might cause deadlocks in complex scenarios???)