Changes in src/libcfa/concurrency/monitor [1c273d0:4aa2fb2]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/monitor
r1c273d0 r4aa2fb2 26 26 static inline void ?{}(monitor_desc * this) { 27 27 this->owner = NULL; 28 this->stack_owner = NULL; 28 29 this->recursion = 0; 29 30 }
Note:
See TracChangeset
for help on using the changeset viewer.