注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Page values for "POSIX Threads Explained, Part 3"
Jump to navigation
Jump to search
"_pageData" values
1 row is stored for this page_creationDate | December 31, 2014 8:08:08 AM |
_modificationDate | May 20, 2016 8:22:53 AM |
_creator | Drobbins |
_categories | Articles |
_isRedirect | No |
_pageNameOrRedirect | POSIX Threads Explained, Part 3 |
"articles" values
1 row is stored for this pageSubtitle | Improve efficiency with condition variables |
Summary | In this article, the last of a three-part series on POSIX threads, Daniel takes a good look at how to use condition variables. Condition variables are POSIX thread structures that allow you to "wake up" threads when certain conditions are met. You can think of them as a thread-safe form of signallin |
Author | User:Drobbins |
Previous_in_Series | POSIX Threads Explained, Part 2 |
"files" values
6 rows are stored for this pageFilename | queue.h |
Filename | queue.c |
Filename | control.h |
Filename | control.c |
Filename | dbug.h |
Filename | workcrew.c |