Home
last modified time | relevance | path

Searched refs:sw_sync_fence_create (Results 1 – 12 of 12) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/sync/
Dsync_fence.c40 fence = sw_sync_fence_create(timeline, "allocFence", 5); in test_fence_one_timeline_wait()
82 a = sw_sync_fence_create(timeline, "allocFence", 1); in test_fence_one_timeline_merge()
83 b = sw_sync_fence_create(timeline, "allocFence", 2); in test_fence_one_timeline_merge()
84 c = sw_sync_fence_create(timeline, "allocFence", 3); in test_fence_one_timeline_merge()
Dsync_wait.c42 fenceA = sw_sync_fence_create(timelineA, "fenceA", 5); in test_fence_multi_timeline_wait()
43 fenceB = sw_sync_fence_create(timelineB, "fenceB", 5); in test_fence_multi_timeline_wait()
44 fenceC = sw_sync_fence_create(timelineC, "fenceC", 5); in test_fence_multi_timeline_wait()
Dsync_alloc.c52 fence = sw_sync_fence_create(timeline, "allocFence", 1); in test_alloc_fence()
68 fence = sw_sync_fence_create(-1, "fence", 1); in test_alloc_fence_negative()
Dsync_stress_consumer.c72 fence = sw_sync_fence_create(consumer_timeline, "fence", i); in mpsc_producer_thread()
115 fence = sw_sync_fence_create(producer_timelines[0], "name", it); in mpcs_consumer_thread()
117 tmp = sw_sync_fence_create(producer_timelines[i], in mpcs_consumer_thread()
Dsync_stress_merge.c51 fence = sw_sync_fence_create(timelines[0], "fence", 0); in test_merge_stress_random_merge()
75 tmpfence = sw_sync_fence_create(timeline, "fence", sync_point); in test_merge_stress_random_merge()
Dsw_sync.h42 int sw_sync_fence_create(int fd, const char *name, unsigned int value);
Dsync_merge.c40 fence = sw_sync_fence_create(timeline, "allocFence", 5); in test_fence_merge_same_fence()
Dsync_stress_parallelism.c48 fence = sw_sync_fence_create(timeline, "fence", in test_stress_two_threads_shared_timeline_thread()
Dsync.c195 int sw_sync_fence_create(int fd, const char *name, unsigned int value) in sw_sync_fence_create() function
/external/drm_hwcomposer/
Dvirtualcompositorworker.cpp84 return sw_sync_fence_create(timeline_fd_, "drm_fence", timeline_); in CreateNextTimelineFence()
Ddrmdisplaycomposition.cpp68 return sw_sync_fence_create(timeline_fd_, "hwc drm display composition fence", in CreateNextTimelineFence()
Dhwcomposer.cpp63 int ret = sw_sync_fence_create(timeline_fd_.get(), "dummy fence", in CreateDummyFence()