Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel_private.hfa

    r7812a7b5 r31bb2e1  
    277277
    278278//-----------------------------------------------------------------------
     279// IO user data
     280struct __io_user_data_t {
     281        int32_t result;
     282        $thread * thrd;
     283};
     284
     285//-----------------------------------------------------------------------
    279286// Statics call at the end of each thread to register statistics
    280287#if !defined(__CFA_NO_STATISTICS__)
Note: See TracChangeset for help on using the changeset viewer.