From 54b519f32ccd663ca8ee48d43c448271230d3670 Mon Sep 17 00:00:00 2001 From: Emilio López Date: Wed, 19 Oct 2016 09:49:52 -0300 Subject: selftest: sync: stress test for parallelism MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test is based on the libsync test suite from Android. This commit includes a stress test that invokes operations in parallel. Signed-off-by: Emilio López Signed-off-by: Shuah Khan --- tools/testing/selftests/sync/synctest.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/testing/selftests/sync/synctest.h') diff --git a/tools/testing/selftests/sync/synctest.h b/tools/testing/selftests/sync/synctest.h index 0fad57d77a30..c461577f84a0 100644 --- a/tools/testing/selftests/sync/synctest.h +++ b/tools/testing/selftests/sync/synctest.h @@ -54,4 +54,7 @@ int test_fence_merge_same_fence(void); /* Fence wait tests */ int test_fence_multi_timeline_wait(void); +/* Stress test - parallelism */ +int test_stress_two_threads_shared_timeline(void); + #endif -- cgit v1.2.3-59-g8ed1b