Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/monitor

    r310e5b7 r9f5ecf5  
    2121#include "invoke.h"
    2222#include "stdlib"
    23 
    24 trait is_monitor(dtype T) {
    25         monitor_desc * get_monitor( T & );
    26         void ^?{}( T & mutex );
    27 };
    2823
    2924static inline void ?{}(monitor_desc & this) {
     
    111106};
    112107
    113 int __waitfor_internal( unsigned short count, __acceptable_t * acceptables, int duration );
     108int __accept_internal( unsigned short count, __acceptable_t * acceptables );
    114109
    115110// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.