Home
last modified time | relevance | path

Searched defs:sync_merge (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/android_stub/
Dsync_stub.cpp11 int sync_merge(const char *name, int fd, int fd2) in sync_merge() function
/external/libdrm/
Dlibsync.h86 static inline int sync_merge(const char *name, int fd1, int fd2) in sync_merge() function
/external/linux-kselftest/tools/testing/selftests/sync/
Dsync.c68 int sync_merge(const char *name, int fd1, int fd2) in sync_merge() function
/external/igt-gpu-tools/benchmarks/
Dgem_busy.c103 static int sync_merge(int fd1, int fd2) in sync_merge() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_tests.c526 #define sync_merge(str, fd1, fd2) (-1) macro