Changes in src/libcfa/concurrency/monitor [690f13c:cb0e6de]
- File:
-
- 1 edited
-
src/libcfa/concurrency/monitor (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/monitor
r690f13c rcb0e6de 18 18 #define MONITOR_H 19 19 20 #include <stddef.h>21 22 20 #include "assert" 23 21 #include "invoke.h" … … 25 23 26 24 static inline void ?{}(monitor_desc * this) { 27 this->owner = NULL; 28 this->stack_owner = NULL; 25 this->owner = 0; 29 26 this->recursion = 0; 30 27 }
Note:
See TracChangeset
for help on using the changeset viewer.