Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/
Dfcntl_fcntl_test.cpp43 int newFd = fcntl(fd, F_DUPFD, 0); variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp1670 NativeHandle newFd (dup(fd.getFd())); in testSemaphoreFdDup() local
1743 int newFd (dup2(fd.getFd(), secondFd.getFd())); in testSemaphoreFdDup2() local
1816 const int newFd (dup3(fd.getFd(), secondFd.getFd(), 0)); in testSemaphoreFdDup3() local
1957 NativeHandle newFd (newFd_); in testSemaphoreFdSendOverSocket() local
2748 NativeHandle newFd (dup(fd.getFd())); in testFenceFdDup() local
2821 int newFd (dup2(fd.getFd(), secondFd.getFd())); in testFenceFdDup2() local
2894 const int newFd (dup3(fd.getFd(), secondFd.getFd(), 0)); in testFenceFdDup3() local
3035 NativeHandle newFd (newFd_); in testFenceFdSendOverSocket() local
3591 NativeHandle newFd (dup(fd.getFd())); in testMemoryFdDup() local
3656 const int newFd (dup2(fd.getFd(), secondFd.getFd())); in testMemoryFdDup2() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiExternalMemoryTests.cpp1666 NativeHandle newFd (dup(fd.getFd())); in testSemaphoreFdDup() local
1739 int newFd (dup2(fd.getFd(), secondFd.getFd())); in testSemaphoreFdDup2() local
1812 const int newFd (dup3(fd.getFd(), secondFd.getFd(), 0)); in testSemaphoreFdDup3() local
1953 NativeHandle newFd (newFd_); in testSemaphoreFdSendOverSocket() local
2741 NativeHandle newFd (dup(fd.getFd())); in testFenceFdDup() local
2814 int newFd (dup2(fd.getFd(), secondFd.getFd())); in testFenceFdDup2() local
2887 const int newFd (dup3(fd.getFd(), secondFd.getFd(), 0)); in testFenceFdDup3() local
3028 NativeHandle newFd (newFd_); in testFenceFdSendOverSocket() local
3505 NativeHandle newFd (dup(fd.getFd())); in testMemoryFdDup() local
3570 const int newFd (dup2(fd.getFd(), secondFd.getFd())); in testMemoryFdDup2() local
[all …]
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeSocket.c544 deSocketHandle newFd = DE_INVALID_SOCKET_HANDLE; in deSocket_accept() local
/third_party/musl/Benchmark/musl/
Dlibc_stdio.cpp1466 int newFd = open(newPath, O_RDWR | O_CREAT, OPEN_MODE); in Bm_function_Renameat() local