- Timestamp:
- Mar 29, 2023, 6:47:22 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 70056ed, 9082d7e8
- Parents:
- ac235a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libcfa/src/concurrency/pthread.cfa ¶
rac235a8 rff443e5 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.