cwidget
0.5.17
|
Stores the attributes with which a thread is to be created. More...
#include <threads.h>
Friends | |
class | thread |
Stores the attributes with which a thread is to be created.
This wraps pthread_attr_t. To use this class, create an instance and then invoke the set_* methods to set the desired attributes. Pass the final attributes structure to thread::thread.