Changes in src/libcfa/concurrency/monitor [c81ebf9:be3d020]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/monitor
rc81ebf9 rbe3d020 92 92 uintptr_t front( condition * this ); 93 93 94 struct __acceptable_t {95 void (*func)(void);96 unsigned short count;97 monitor_desc * monitors[1];98 };99 100 void __accept_internal( unsigned short count, __acceptable_t * acceptables, void (*func)(void) );101 102 94 #endif //MONITOR_H
Note:
See TracChangeset
for help on using the changeset viewer.