Searched refs:pidfd_getfd (Results 1 – 7 of 7) sorted by relevance
/aosp12/bionic/tests/ |
H A D | pidfd_test.cpp | 62 TEST(pidfd, pidfd_getfd) { in TEST() argument 72 unique_fd dup(pidfd_getfd(self.get(), r.get(), 0)); in TEST()
|
H A D | fdtrack_test.cpp | 243 FDTRACK_TEST(pidfd_getfd, ({ 252 int rc = pidfd_getfd(pidfd_self, STDIN_FILENO, 0);
|
/aosp12/bionic/libc/include/sys/ |
H A D | pidfd.h | 64 int pidfd_getfd(int __pidfd, int __targetfd, unsigned int __flags) __INTRODUCED_IN(31);
|
/aosp12/bionic/libc/bionic/ |
H A D | pidfd.cpp | 40 int pidfd_getfd(int pidfd, int targetfd, unsigned int flags) { in pidfd_getfd() function
|
/aosp12/bionic/libc/ |
H A D | SYSCALLS.TXT | 364 int __pidfd_getfd:pidfd_getfd(int, int, unsigned int) all
|
H A D | libc.map.txt | 1561 pidfd_getfd;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1561 pidfd_getfd;
|