Ignore:
File:
1 edited

Legend:

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

    rc18bf9e ref1da0e2  
    6060void ^?{}( monitor_dtor_guard_t & this );
    6161
     62/*
    6263static inline forall( T & | sized(T) | { void ^?{}( T & mutex ); } )
    6364void delete( T * th ) {
     
    6566        free( th );
    6667}
     68*/
    6769
    6870static inline forall( T & | sized(T) | { void ^?{}( T & mutex ); } )
Note: See TracChangeset for help on using the changeset viewer.