Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/mutex_stmt.hfa

    rdd3576b r0d4f954  
    44//-----------------------------------------------------------------------------
    55// is_lock
    6 forall(L & | sized(L))
    7 trait is_lock {
     6trait is_lock(L & | sized(L)) {
    87        // For acquiring a lock
    98        void lock( L & );
Note: See TracChangeset for help on using the changeset viewer.