Skip to content
  • Lubos Slovak's avatar
    b1d56130
    Item rwlocks standalone implementation. · b1d56130
    Lubos Slovak authored
    Added structure irwl_table which holds table of locks (type
      irwl_lock) of arbitrary items identified by a pointer.
    Implemented read locking, write locking, unlocking, creation
      and destruction of the structure.
    Implementation uses mutex associated with the table to prevent
      race conditions while locking/unlocking.
    b1d56130
    Item rwlocks standalone implementation.
    Lubos Slovak authored
    Added structure irwl_table which holds table of locks (type
      irwl_lock) of arbitrary items identified by a pointer.
    Implemented read locking, write locking, unlocking, creation
      and destruction of the structure.
    Implementation uses mutex associated with the table to prevent
      race conditions while locking/unlocking.
Loading