Home
last modified time | relevance | path

Searched defs:_loop (Results 1 – 9 of 9) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/mach-tegra/
Dpsci.S82 _loop: wfi label
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c126 elops_init_pt_ev(struct lws_context *context, void *_loop, int tsi) in elops_init_pt_ev()
/third_party/libwebsockets/lib/event-libs/libevent/
Dlibevent.c166 elops_init_pt_event(struct lws_context *context, void *_loop, int tsi) in elops_init_pt_event()
/third_party/libwebsockets/lib/event-libs/glib/
Dglib.c274 elops_init_pt_glib(struct lws_context *context, void *_loop, int tsi) in elops_init_pt_glib()
/third_party/python/Lib/asyncio/
Dfutures.py52 _loop = None variable in Future
Devents.py625 _loop = None variable in BaseDefaultEventLoopPolicy._Local
/third_party/node/deps/npm/node_modules/columnify/
Dcolumnify.js224 var _loop = function _loop(i) { function
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c784 elops_init_pt_uv(struct lws_context *context, void *_loop, int tsi) in elops_init_pt_uv()
/third_party/python/Lib/test/test_asyncio/
Dtest_tasks.py3029 def _loop(self): member in BaseTaskIntrospectionTests.test__register_task_1.TaskLike