Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_syncobj.c173 __syncobj_wait(int fd, struct local_syncobj_wait *args) in __syncobj_wait() function
194 return __syncobj_wait(fd, &wait); in syncobj_wait_err()
225 ret = __syncobj_wait(fd, &wait); in syncobj_wait()
Digt_syncobj.h62 int __syncobj_wait(int fd, struct local_syncobj_wait *args);
/external/igt-gpu-tools/tests/
Dsyncobj_wait.c145 igt_assert_eq(__syncobj_wait(fd, &wait), -EINVAL); in test_wait_bad_flags()
152 igt_assert_eq(__syncobj_wait(fd, &wait), -EINVAL); in test_wait_zero_handles()
163 igt_assert_eq(__syncobj_wait(fd, &wait), -ENOENT); in test_wait_illegal_handle()
521 igt_assert_eq(__syncobj_wait(wait->fd, &wait->wait), 0); in wait_thread_func()
727 igt_assert_eq(__syncobj_wait(fd, &wait), -ETIME); in test_wait_interrupted()
734 igt_assert_eq(__syncobj_wait(fd, &wait), -ETIME); in test_wait_interrupted()
/external/igt-gpu-tools/benchmarks/
Dgem_busy.c157 static int __syncobj_wait(int fd, struct local_syncobj_wait *args) in __syncobj_wait() function
308 __syncobj_wait(fd, &arg); in loop()