Home
last modified time | relevance | path

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

/system/core/libsync/include/ndk/
Dsync.h69 int32_t sync_merge(const char* name, int32_t fd1, int32_t fd2) __INTRODUCED_IN(26);
/system/core/libsync/
Dlibsync.map.txt19 sync_merge; # introduced=26
Dsync.c183 int sync_merge(const char *name, int fd1, int fd2) in sync_merge() function
/system/core/libsync/tests/
Dsync_test.cpp172 int fd = sync_merge(name ? name : autoName.c_str(), a.getFd(), b.getFd()); in SyncFence()