cwidget 0.5.18
Friends | List of all members
cwidget::threads::thread::attr Class Reference

Stores the attributes with which a thread is to be created. More...

#include <threads.h>

Friends

class thread
 

Detailed Description

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.


The documentation for this class was generated from the following file: