Home
last modified time | relevance | path

Searched refs:syncobj_wait_err (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dsyncobj_wait.c201 igt_assert_eq(syncobj_wait_err(fd, &syncobjs[0], 1, 0, 0), 0); in test_reset_one_illegal_handle()
202 igt_assert_eq(syncobj_wait_err(fd, &syncobjs[2], 1, 0, 0), 0); in test_reset_one_illegal_handle()
210 igt_assert_eq(syncobj_wait_err(fd, &syncobjs[0], 1, 0, 0), 0); in test_reset_one_illegal_handle()
211 igt_assert_eq(syncobj_wait_err(fd, &syncobjs[2], 1, 0, 0), 0); in test_reset_one_illegal_handle()
265 igt_assert_eq(syncobj_wait_err(fd, &syncobjs[0], 1, 0, 0), -EINVAL); in test_signal_one_illegal_handle()
266 igt_assert_eq(syncobj_wait_err(fd, &syncobjs[2], 1, 0, 0), -EINVAL); in test_signal_one_illegal_handle()
274 igt_assert_eq(syncobj_wait_err(fd, &syncobjs[0], 1, 0, 0), -EINVAL); in test_signal_one_illegal_handle()
275 igt_assert_eq(syncobj_wait_err(fd, &syncobjs[2], 1, 0, 0), -EINVAL); in test_signal_one_illegal_handle()
329 igt_assert_eq(syncobj_wait_err(fd, &syncobj, 1, 0, flags), expect); in test_single_wait()
331 igt_assert_eq(syncobj_wait_err(fd, &syncobj, 1, short_timeout(), in test_single_wait()
[all …]
H A Dsyncobj_basic.c154 igt_assert_eq(syncobj_wait_err(fd, &syncobj, 1, 0, 0), 0); in test_create_signaled()
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_syncobj.h63 int syncobj_wait_err(int fd, uint32_t *handles, uint32_t count,
H A Digt_syncobj.c182 syncobj_wait_err(int fd, uint32_t *handles, uint32_t count, in syncobj_wait_err() function