Changes between Version 5 and Version 6 of library_locks


Ignore:
Timestamp:
Dec 2, 2014, 6:15:41 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_locks

    v5 v6  
    2424 * '''lock''' : pointer on the user_lock_t structure.
    2525
    26  === '''void lock_acquire'''( giet_lock_t * lock ) ===
     26 === '''void lock_acquire'''( user_lock_t * lock ) ===
    2727This blocking function returns only when the lock has been successfully taken.
    2828 * '''lock''' : pointer on the user_lock_t structure.
    2929
    30  === '''void lock_release'''( giet_lock_t * lock ) ===
     30 === '''void lock_release'''( user_lock_t * lock ) ===
    3131This function releases the lock. It must be called by a task after a successful lock_acquire().
    3232 * '''lock''' : pointer on the user_lock_t structure.