Searched refs:push_head (Results 1 – 4 of 4) sorted by relevance
118 _task_queue.push_head(sm[0])122 _task_queue.push_head(sm[1])145 _task_queue.push_head(t)201 _task_queue.push_head(t.state.pop_head())209 _task_queue.push_head(t)254 _task_queue.push_head(_stop_task)
109 def push_head(self, v): member in TaskQueue148 self.state.push_head(core.cur_task)169 core._task_queue.push_head(self)173 core._task_queue.push_head(self)
26 core._task_queue.push_head(self.state)34 self.waiting.push_head(core.cur_task)
20 core._task_queue.push_head(self.waiting.pop_head())29 self.waiting.push_head(core.cur_task)
Completed in 9 milliseconds