Ignore:
Timestamp:
Mar 30, 2023, 4:05:59 PM (3 years ago)
Author:
caparson <caparson@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/pthread.cfa

    rd24b1985 r9082d7e8  
    152152
    153153//######################### Attr helpers #########################
    154 struct cfaPthread_attr_t {                                                              // thread attributes
     154typedef struct cfaPthread_attr_t {                                              // thread attributes
    155155                int contentionscope;
    156156                int detachstate;
     
    160160                int inheritsched;
    161161                struct sched_param param;
    162 } typedef cfaPthread_attr_t;
     162} cfaPthread_attr_t;
    163163
    164164static const cfaPthread_attr_t default_attrs {
Note: See TracChangeset for help on using the changeset viewer.