Searched refs:run_function (Results 1 – 4 of 4) sorted by relevance
/third_party/vixl/examples/aarch64/ |
D | check-bounds.cc | 64 void run_function(Simulator* simulator, in run_function() function 96 run_function(&simulator, function, 546, 50, 1000); in main() 97 run_function(&simulator, function, 62, 100, 200); in main() 98 run_function(&simulator, function, 200, 100, 200); in main()
|
/third_party/vixl/tools/ |
D | threaded_tests.py | 68 def Run(self, jobs, verbose, run_function): argument 82 thread_pool.Multithread(run_function, self.queue, jobs, InitGlobals)
|
/third_party/toybox/toys/pending/ |
D | sh.c | 1029 static void run_function(struct sh_function *sp) in run_function() function 1276 if (!prompt) run_function(&scratch); in sh_main()
|
/third_party/node/src/tracing/ |
D | trace_event_common.h | 931 #define TRACE_TASK_EXECUTION(run_function, task) \ argument 932 INTERNAL_TRACE_TASK_EXECUTION(run_function, task)
|