static Q dm_startQ() { ret dm_ownQ(startQ()); } static Q dm_startQ(S name) { ret dm_ownQ(startQ(name)); }