Home
last modified time | relevance | path

Searched refs:closeit (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/python-ws4py/
H A D0001-Adjust-ws4py-for-Python-3.7-syntax.patch23 def closeit():
26 - asyncio.async(closeit())
27 + asyncio.ensure_future(closeit())
/OK3568_Linux_fs/u-boot/common/
H A Dlrz.c141 static int closeit __P ((struct zm_fileinfo *));
1166 if (closeit(zi)) { in wcrx()
2310 if (closeit(zi)) { in rzfile()
2339 closeit(zi); in rzfile()
2596 closeit(struct zm_fileinfo *zi) function