Home
last modified time | relevance | path

Searched refs:test_start (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/bench/
H A Datomic64-bench.c28 static bool test_start; variable
60 while (!qatomic_read(&test_start)) { in thread_func()
83 qatomic_set(&test_start, true); in run_test()
H A Datomic_add-bench.c24 static bool test_start; variable
58 while (!qatomic_read(&test_start)) { in thread_func()
86 qatomic_set(&test_start, true); in run_test()
H A Dqht-bench.c72 static bool test_start; variable
214 while (!qatomic_read(&test_start)) { in thread_func()
431 qatomic_set(&test_start, true); in run_test()
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/
H A Drunfvp.py95 def test_start(self): member in RunnerTests
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmactest.c1213 uint32_t test_start(MAC_ENGINE *p_eng, PHY_ENGINE *p_phy_eng) in test_start() function
1507 test_start(&mac_eng, &phy_eng); in mac_test()