Changes in src/libcfa/concurrency/monitor [310e5b7:9f5ecf5]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/monitor
r310e5b7 r9f5ecf5 21 21 #include "invoke.h" 22 22 #include "stdlib" 23 24 trait is_monitor(dtype T) {25 monitor_desc * get_monitor( T & );26 void ^?{}( T & mutex );27 };28 23 29 24 static inline void ?{}(monitor_desc & this) { … … 111 106 }; 112 107 113 int __ waitfor_internal( unsigned short count, __acceptable_t * acceptables, int duration);108 int __accept_internal( unsigned short count, __acceptable_t * acceptables ); 114 109 115 110 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.