Ignore:
File:
1 edited

Legend:

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

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