Home
last modified time | relevance | path

Searched refs:push_head (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Dcore.py118 _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)
A Dtask.py109 def push_head(self, v): member in TaskQueue
148 self.state.push_head(core.cur_task)
169 core._task_queue.push_head(self)
173 core._task_queue.push_head(self)
A Dlock.py26 core._task_queue.push_head(self.state)
34 self.waiting.push_head(core.cur_task)
A Devent.py20 core._task_queue.push_head(self.waiting.pop_head())
29 self.waiting.push_head(core.cur_task)

Completed in 9 milliseconds