Ignore:
File:
1 edited

Legend:

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

    raf67ee1 re84ab3d  
    4848
    4949void ?{}( monitor_guard_t & this, monitor$ ** m, __lock_size_t count, void (*func)() );
    50 void ?{}( monitor_guard_t & this, monitor$ ** m, __lock_size_t count );
    5150void ^?{}( monitor_guard_t & this );
    5251
     
    149148void __waitfor_internal( const __waitfor_mask_t & mask, int duration );
    150149
    151 // lock and unlock routines for mutex statements to use
    152 void lock( monitor$ * this );
    153 void unlock( monitor$ * this );
    154 
    155150// Local Variables: //
    156151// mode: c //
Note: See TracChangeset for help on using the changeset viewer.