- File:
-
- 1 edited
-
libcfa/src/concurrency/monitor.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/monitor.hfa
raf67ee1 re84ab3d 48 48 49 49 void ?{}( monitor_guard_t & this, monitor$ ** m, __lock_size_t count, void (*func)() ); 50 void ?{}( monitor_guard_t & this, monitor$ ** m, __lock_size_t count );51 50 void ^?{}( monitor_guard_t & this ); 52 51 … … 149 148 void __waitfor_internal( const __waitfor_mask_t & mask, int duration ); 150 149 151 // lock and unlock routines for mutex statements to use152 void lock( monitor$ * this );153 void unlock( monitor$ * this );154 155 150 // Local Variables: // 156 151 // mode: c //
Note:
See TracChangeset
for help on using the changeset viewer.