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