synctest.h (fdba7cffc32b22afb8070a433c091448b519923f) synctest.h (54b519f32ccd663ca8ee48d43c448271230d3670)
1/*
2 * sync tests
3 * Copyright 2015-2016 Collabora Ltd.
4 *
5 * Based on the implementation from the Android Open Source Project,
6 *
7 * Copyright 2012 Google, Inc
8 *

--- 40 unchanged lines hidden (view full) ---

49int test_fence_one_timeline_merge(void);
50
51/* Fence merge tests */
52int test_fence_merge_same_fence(void);
53
54/* Fence wait tests */
55int test_fence_multi_timeline_wait(void);
56
1/*
2 * sync tests
3 * Copyright 2015-2016 Collabora Ltd.
4 *
5 * Based on the implementation from the Android Open Source Project,
6 *
7 * Copyright 2012 Google, Inc
8 *

--- 40 unchanged lines hidden (view full) ---

49int test_fence_one_timeline_merge(void);
50
51/* Fence merge tests */
52int test_fence_merge_same_fence(void);
53
54/* Fence wait tests */
55int test_fence_multi_timeline_wait(void);
56
57/* Stress test - parallelism */
58int test_stress_two_threads_shared_timeline(void);
59
57#endif
60#endif