Changes in src/libcfa/concurrency/kernel [c81ebf9:0c78741]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel
rc81ebf9 r0c78741 28 28 //----------------------------------------------------------------------------- 29 29 // Locks 30 bool try_lock( spinlock * );31 30 void lock( spinlock * ); 32 31 void unlock( spinlock * ); … … 86 85 87 86 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;95 87 }; 96 88 … … 102 94 103 95 // Local Variables: // 104 // mode: CFA//105 // tab-width: 6//96 // mode: c // 97 // tab-width: 4 // 106 98 // End: //
Note:
See TracChangeset
for help on using the changeset viewer.