init {
	c_code { rtl_init(&now.head); };
	atomic {
		run rtl_put();
		run rtl_put();
		run rtl_get()
	}
}
