| /tests/net/mgmt/src/ |
| A D | mgmt.c | 196 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 D | main.c | 16 extern void run_peripheral(int times); 17 extern void run_central(int times);
|
| A D | central.c | 283 void run_central(int times) in run_central() argument 316 for (int i = 0; i < times; i++) { in run_central()
|
| A D | peripheral.c | 260 void run_peripheral(int times) in run_peripheral() argument 297 for (int i = 0; i < times; i++) { in run_peripheral()
|
| /tests/lib/lockfree/ |
| A D | testcase.yaml | 4 - m2gl025_miv # renode times out
|
| /tests/benchmarks/thread_metric/ |
| A D | Kconfig | 18 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 D | testcase.yaml | 8 # in a loop during a predefined time counting how many times they execute. But in the POSIX arch,
|
| A D | thread_metric_readme.txt | 131 * 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 D | Kconfig | 12 This option specifies the number of times each test will be executed 13 before calculating the average times for reporting.
|
| A D | README.rst | 18 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 D | Kconfig | 12 This option specifies the number of times each test will be executed 13 before calculating the average times for reporting.
|
| A D | README.rst | 17 times. However, if the verbose option is enabled then the raw timings will also
|
| /tests/drivers/disk/disk_access/ |
| A D | README.txt | 16 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 D | README.rst | 14 2. Each yielder yields k times
|
| /tests/benchmarks/sched/ |
| A D | README.rst | 19 It then iterates this many times, reporting timestamp latencies
|
| /tests/drivers/build_all/sensor/ |
| A D | Kconfig | 21 sensor range is 0..100, the test will run 5 times with expected values
|
| /tests/arch/arc/arc_dsp_sharing/ |
| A D | README.txt | 13 times).
|
| /tests/benchmarks/ipi_metric/ |
| A D | testcase.yaml | 8 # in a loop during a predefined time counting how many times they execute. But in the POSIX arch,
|
| /tests/kernel/mem_slab/mslab/ |
| A D | README.txt | 72 main: k_mem_slab_alloc times out which is expected
|
| /tests/kernel/fpu_sharing/generic/ |
| A D | README.txt | 13 times).
|
| /tests/benchmarks/sys_kernel/ |
| A D | README.txt | 15 Each test below is repeated 10 times;
|
| /tests/kernel/context/ |
| A D | README.txt | 40 - 2. Once determined, call _tick_get_32() many more times than that
|
| /tests/bsim/bluetooth/mesh/ |
| A D | README.rst | 108 test times out. At the test timeout, the test will pass if the ``PASS()`` macro
|
| /tests/benchmarks/app_kernel/ |
| A D | README.txt | 42 | repeat for 128 times and take the average |
|
| /tests/benchmarks/latency_measure/ |
| A D | README.rst | 164 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
|