Home
last modified time | relevance | path

Searched refs:slow_func (Results 1 – 12 of 12) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/lib/
H A Dtest_heavy.c45 static void slow_func(struct vty *vty, const char *str, const int i) in slow_func() function
73 slow_func(vty, str, i); in clear_something()
H A Dtest_heavy_thread.c54 static void slow_func(struct vty *vty, const char *str, const int i) in slow_func() function
82 slow_func(ws->vty, ws->str, ws->i); in clear_something()
H A Dtest_heavy_wq.c87 static wq_item_status slow_func(struct work_queue *wq, void *data) in slow_func() function
145 heavy_wq->spec.workfunc = &slow_func; in heavy_wq_init()
/dports/net/frr7/frr-frr-7.5.1/tests/lib/
H A Dtest_heavy.c45 static void slow_func(struct vty *vty, const char *str, const int i) in slow_func() function
73 slow_func(vty, str, i); in clear_something()
H A Dtest_heavy_thread.c54 static void slow_func(struct vty *vty, const char *str, const int i) in slow_func() function
82 slow_func(ws->vty, ws->str, ws->i); in clear_something()
H A Dtest_heavy_wq.c87 static wq_item_status slow_func(struct work_queue *wq, void *data) in slow_func() function
145 heavy_wq->spec.workfunc = &slow_func; in heavy_wq_init()
/dports/net/quagga/quagga-1.2.4/tests/
H A Dheavy.c51 slow_func (struct vty *vty, const char *str, const int i) in slow_func() function
80 slow_func (vty, str, i); in clear_something()
H A Dheavy-thread.c60 slow_func (struct vty *vty, const char *str, const int i) in slow_func() function
90 slow_func(ws->vty, ws->str, ws->i); in clear_something()
H A Dheavy-wq.c101 slow_func (struct work_queue *wq, void *data) in slow_func() function
166 heavy_wq->spec.workfunc = &slow_func; in heavy_wq_init()
/dports/devel/elixir-paratize/elixir-paratize-2.1.5/
H A DREADME.md63 slow_func = fn arg -> :timer.sleep(1000); arg + 1 end
66 {time, result} = :timer.tc fn -> workload |> parallel_map(slow_func) |> Enum.join(", ") end
97 slow_func = fn arg -> :timer.sleep(1000); arg + 1 end
101 workload |> Pool.parallel_map(slow_func, size: Enum.count(workload)) |> Enum.join(", ")
/dports/math/py-numpy/numpy-1.20.3/numpy/testing/tests/
H A Dtest_decorators.py33 def slow_func(x, y, z): function
36 assert_(slow_func.slow)
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/tests/
H A Dtest_optimize.py2054 def slow_func(self, v): member in TestIterationLimits
2069 res = optimize.minimize(self.slow_func, start_v,
2078 res = optimize.minimize(self.slow_func, start_v,
2087 res = optimize.minimize(self.slow_func, start_v,
2098 res = optimize.minimize(self.slow_func, start_v,