Changeset 9082d7e8 for libcfa/src/concurrency
- Timestamp:
- Mar 30, 2023, 4:05:59 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- bd72c284
- Parents:
- d24b1985 (diff), ff443e5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/pthread.cfa
rd24b1985 r9082d7e8 152 152 153 153 //######################### Attr helpers ######################### 154 struct cfaPthread_attr_t {// thread attributes154 typedef 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 } typedefcfaPthread_attr_t;162 } cfaPthread_attr_t; 163 163 164 164 static const cfaPthread_attr_t default_attrs {
Note:
See TracChangeset
for help on using the changeset viewer.