static Q dm_startQ() { Q q = startQ(); q.rst.enter = dm_rEnter(dm_current_mandatory()); dm_ownResource(q); ret q; }