Home
last modified time | relevance | path

Searched refs:times (Results 1 – 25 of 25) sorted by relevance

/tests/net/mgmt/src/
A Dmgmt.c196 times, receiver ? "with" : "without", in sending_event()
200 throw_times = times; in sending_event()
217 zassert_equal(rx_calls, times, "rx_calls check failed"); in sending_event()
227 static int test_sending_event(uint32_t times, bool receiver) in test_sending_event() argument
229 return sending_event(times, receiver, false); in test_sending_event()
232 static int test_sending_event_info(uint32_t times, bool receiver) in test_sending_event_info() argument
234 return sending_event(times, receiver, true); in test_sending_event_info()
246 throw_times = times; in test_synchronous_event_listener()
274 static int test_static_event_listener(uint32_t times, bool info) in test_static_event_listener() argument
279 throw_times = times; in test_static_event_listener()
[all …]
/tests/bsim/bluetooth/host/gatt/ccc_store/src/
A Dmain.c16 extern void run_peripheral(int times);
17 extern void run_central(int times);
A Dcentral.c283 void run_central(int times) in run_central() argument
316 for (int i = 0; i < times; i++) { in run_central()
A Dperipheral.c260 void run_peripheral(int times) in run_peripheral() argument
297 for (int i = 0; i < times; i++) { in run_peripheral()
/tests/lib/lockfree/
A Dtestcase.yaml4 - m2gl025_miv # renode times out
/tests/benchmarks/thread_metric/
A DKconfig18 the number of times it performs a set of calculations. This number
47 The interrupt preemption benchmark counts the number of times that
55 The memory allocation benchmark counts the number of times a thread
62 The message processing benchmark counts the number of times that a
77 The synchronization benchmark counts the number of times that a
A Dtestcase.yaml8 # in a loop during a predefined time counting how many times they execute. But in the POSIX arch,
A Dthread_metric_readme.txt131 * check expected benchmark output presence at least three times to collect
136 to collect measurements 3 times with 30 sec. intervals on most of the
/tests/benchmarks/sched_queues/
A DKconfig12 This option specifies the number of times each test will be executed
13 before calculating the average times for reporting.
A DREADME.rst18 times. However, if the verbose option is enabled then the set of measured
19 times will be displayed. The following will build this project with verbose
/tests/benchmarks/wait_queues/
A DKconfig12 This option specifies the number of times each test will be executed
13 before calculating the average times for reporting.
A DREADME.rst17 times. However, if the verbose option is enabled then the raw timings will also
/tests/drivers/disk/disk_access/
A DREADME.txt16 read from several times, each time with a different number of desired sectors.
19 these sector reads, the driver will read multiple times from the same memory
/tests/benchmarks/sched_userspace/
A DREADME.rst14 2. Each yielder yields k times
/tests/benchmarks/sched/
A DREADME.rst19 It then iterates this many times, reporting timestamp latencies
/tests/drivers/build_all/sensor/
A DKconfig21 sensor range is 0..100, the test will run 5 times with expected values
/tests/arch/arc/arc_dsp_sharing/
A DREADME.txt13 times).
/tests/benchmarks/ipi_metric/
A Dtestcase.yaml8 # in a loop during a predefined time counting how many times they execute. But in the POSIX arch,
/tests/kernel/mem_slab/mslab/
A DREADME.txt72 main: k_mem_slab_alloc times out which is expected
/tests/kernel/fpu_sharing/generic/
A DREADME.txt13 times).
/tests/benchmarks/sys_kernel/
A DREADME.txt15 Each test below is repeated 10 times;
/tests/kernel/context/
A DREADME.txt40 - 2. Once determined, call _tick_get_32() many more times than that
/tests/bsim/bluetooth/mesh/
A DREADME.rst108 test times out. At the test timeout, the test will pass if the ``PASS()`` macro
/tests/benchmarks/app_kernel/
A DREADME.txt42 | repeat for 128 times and take the average |
/tests/benchmarks/latency_measure/
A DREADME.rst164 The sample output above (stack canaries are enabled) shows longer times than
222 times than for the default build when context switching is involved. A blanket
357 The sample output above (userspace enabled) shows longer times than for

Completed in 36 milliseconds