Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-run-once.c39 TEST_IMPL(run_once) { in TEST_IMPL() argument
/third_party/ltp/testcases/kernel/mem/mtest06/
Dmmap2.c163 int run_once = TRUE; in main() local
/third_party/flutter/skia/infra/bots/recipe_modules/run/
Dapi.py35 def run_once(self, fn, *args, **kwargs): member in SkiaStepApi
/third_party/skia/infra/bots/recipe_modules/run/
Dapi.py35 def run_once(self, fn, *args, **kwargs): member in SkiaStepApi
/third_party/ltp/testcases/kernel/mem/mtest05/
Dmmstress.c656 int run_once = TRUE; in main() local
/third_party/eudev/src/udev/
Dudev.h173 bool run_once; member
/third_party/libxml2/
Dthreads.c150 } run_once = { 0, 0}; variable
/third_party/gettext/gnulib-local/lib/libxml/
Dthreads.c190 } run_once = { 0, 0}; variable
/third_party/python/Lib/test/test_asyncio/
Dutils.py121 def run_once(loop): function