Changes between Version 8 and Version 9 of kernel_locks
- Timestamp:
 - Dec 5, 2014, 2:51:47 PM (11 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
        
kernel_locks
v8 v9 26 26 27 27 === void '''_lock_release'''( spin_lock_t * lock ) === 28 This function releases the lock . It must always be called after a successful _lock_acquire().28 This function releases the lock, but cannot be used for lock initialisation. It must always be called after a successful _lock_acquire(). 29 29 30 30 === void '''_simple_lock_acquire'''( simple_lock_t * lock ) === … … 32 32 33 33 === void '''_simple_lock_release'''( simple_lock_t * lock ) === 34 This function releases the lock . It must always be called after a successful _simple_lock_acquire().34 This function releases the lock, and can be used for lock initialisation. It must always be called after a successful _simple_lock_acquire().  
![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)