Changeset 473 for trunk/kernel/libk/spinlock.c
- Timestamp:
- Aug 21, 2018, 6:01:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/libk/spinlock.c
r461 r473 47 47 /////////////////////////////////////////// 48 48 void spinlock_lock_busy( spinlock_t * lock, 49 uint32_t* irq_state )49 reg_t * irq_state ) 50 50 { 51 51 reg_t mode; … … 82 82 ////////////////////////////////////////////// 83 83 void spinlock_unlock_busy( spinlock_t * lock, 84 uint32_tirq_state )84 reg_t irq_state ) 85 85 { 86 86 thread_t * this = CURRENT_THREAD;
Note: See TracChangeset
for help on using the changeset viewer.