Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-07-22 | make pthread attribute types structs, even when they just have one field | Rich Felker | -2/+2 | |
this change is to get the right tags for C++ ABI matching. it should have no other effects. | ||||
2011-03-08 | disallow cpu time clocks as condattr clock values | Rich Felker | -1/+1 | |
2011-03-07 | implement pthread_condattr_* interfaces | Rich Felker | -0/+9 | |
note that, while the attributes are stored, they are not used in pthread_cond_init yet. |