Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/kernel

    rc81ebf9 r0c78741  
    2828//-----------------------------------------------------------------------------
    2929// Locks
    30 bool try_lock( spinlock * );
    3130void lock( spinlock * );
    3231void unlock( spinlock * );
     
    8685
    8786        struct FinishAction finish;
    88 
    89         struct alarm_node_t * preemption_alarm;
    90         unsigned int preemption;
    91 
    92         unsigned short disable_preempt_count;
    93 
    94         bool pending_preemption;
    9587};
    9688
     
    10294
    10395// Local Variables: //
    104 // mode: CFA //
    105 // tab-width: 6 //
     96// mode: c //
     97// tab-width: 4 //
    10698// End: //
Note: See TracChangeset for help on using the changeset viewer.