Changes between Version 5 and Version 6 of kernel_locks


Ignore:
Timestamp:
Dec 2, 2014, 7:12:39 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_locks

    v5 v6  
    2222
    2323 === void '''_lock_release'''( giet_lock_t * lock ) ===
    24 Releases the spin-lock. This must always be called after a successful _lock_acquire().
     24This function releases the spin-lock. It must always be called after a successful _lock_acquire().