Home
last modified time | relevance | path

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

/third_party/mesa3d/src/android_stub/
Dsync_stub.cpp11 int sync_merge(const char *name, int fd, int fd2) in sync_merge() function
/third_party/libdrm/
Dlibsync.h86 static inline int sync_merge(const char *name, int fd1, int fd2) in sync_merge() function
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tests.c525 #define sync_merge(str, fd1, fd2) (-1) macro