platform_bionic/benchmarks
Christopher Ferris 1783941f23 Fix infinite loop if semaphore test is not run.
When using the --benchmark_filter option, all of the test objects
get created, but not all are run. Previously, if this test didn't run
it would get into an infinite loop waiting for the test to complete.
This change only waits for the test to complete if it was actually
executed.

Change-Id: I5151a0b4b3d5349b978e716ec4a02ebd8b4eae00
2016-06-06 14:13:17 -07:00
..
Android.mk Switch bionic over to google-benchmark. 2016-03-07 13:50:50 -08:00
math_benchmark.cpp Switch bionic over to google-benchmark. 2016-03-07 13:50:50 -08:00
property_benchmark.cpp Fix google-explicit-constructor warning. 2016-04-22 10:25:10 -07:00
pthread_benchmark.cpp Switch bionic over to google-benchmark. 2016-03-07 13:50:50 -08:00
semaphore_benchmark.cpp Fix infinite loop if semaphore test is not run. 2016-06-06 14:13:17 -07:00
stdio_benchmark.cpp Switch bionic over to google-benchmark. 2016-03-07 13:50:50 -08:00
string_benchmark.cpp Switch bionic over to google-benchmark. 2016-03-07 13:50:50 -08:00
time_benchmark.cpp Switch bionic over to google-benchmark. 2016-03-07 13:50:50 -08:00
unistd_benchmark.cpp Switch bionic over to google-benchmark. 2016-03-07 13:50:50 -08:00