- File:
-
- 1 edited
-
libcfa/src/concurrency/pthread.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/pthread.cfa
rff443e5 ra0a949c 152 152 153 153 //######################### Attr helpers ######################### 154 typedef struct cfaPthread_attr_t {// thread attributes154 struct cfaPthread_attr_t { // thread attributes 155 155 int contentionscope; 156 156 int detachstate; … … 160 160 int inheritsched; 161 161 struct sched_param param; 162 } cfaPthread_attr_t;162 } typedef cfaPthread_attr_t; 163 163 164 164 static const cfaPthread_attr_t default_attrs {
Note:
See TracChangeset
for help on using the changeset viewer.