- File:
-
- 1 edited
-
libcfa/src/concurrency/monitor.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/monitor.hfa
re0b8d66d rfd54fef 61 61 static inline forall( T & | sized(T) | { void ^?{}( T & mutex ); } ) 62 62 void delete( T * th ) { 63 if(th)^(*th){};63 ^(*th){}; 64 64 free( th ); 65 65 }
Note:
See TracChangeset
for help on using the changeset viewer.