Home
last modified time | relevance | path

Searched defs:fds (Results 176 - 200 of 265) sorted by relevance

1234567891011

/test/xts/acts/communication_lite/lwip_hal/src/
H A Dlwip_func_test.c354 int fds[TEST_FD_COUNT] = {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1}; in SelectServerTask() local
[all...]
/third_party/backends/backend/
H A Dtamarack.c1329 int fds[2]; in sane_start() local
H A Du12.c1557 int fds[2]; in sane_start() local
H A Dplustek.c2580 int fds[2]; in sane_start() local
/third_party/curl/lib/
H A Deasy.c561 struct pollfd fds[4]; in wait_or_timeout() local
/third_party/libuv/src/unix/
H A Dstream.c284 int fds[2]; in uv__stream_try_select() local
[all...]
/third_party/libuv/src/win/
H A Dtcp.c1560 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() argument
/third_party/ntfs-3g/libfuse-lite/
H A Dmount.c421 int fds[2], pid; in fuse_mount_fusermount() local
[all...]
/third_party/musl/porting/linux/user/src/fortify/
H A Dfortify.c103 int __poll_chk(struct pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) in __poll_chk() argument
110 int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in __ppoll_chk() argument
/third_party/musl/src/fortify/linux/
H A Dfortify.c114 int __poll_chk(struct pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) in __poll_chk() argument
121 int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in __ppoll_chk() argument
/third_party/libinput/tools/
H A Dlibinput-debug-events.c969 struct pollfd fds; in mainloop() local
H A Dlibinput-debug-tablet.c56 struct pollfd fds[2]; member
[all...]
/third_party/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c392 int fds[2]; in setup() local
/third_party/libfuse/lib/
H A Dmount.c314 int fds[2], pid; in setup_auto_unmount() local
374 int fds[ in fuse_mount_fusermount() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c466 int fence_fd, *fds; in dri3_get_front_buffer() local
/third_party/mesa3d/src/gbm/main/
H A Dgbm.h322 int fds[GBM_MAX_PLANES]; member
/third_party/node/deps/uv/src/win/
H A Dtcp.c1592 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() argument
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp924 int fds[2] = {-1, -1}; // 2: one read pipe, one write pipe in GetHilog() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprocess_dumper.cpp148 constexpr size_t fds = sizeof(FdTable::entries) / sizeof(*FdTable::entries); in FillFdsaninfo() local
396 std::string fds = DumpOpenFiles(openFies); in GetOpenFiles() local
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp89 static int32_t InitFileDescriptor(int32_t fds[]) in InitFileDescriptor() argument
985 int32_t fds[] = {-1, -1}; in HWTEST_F() local
1048 int32_t fds[] = {-1, -1}; in HWTEST_F() local
1137 int32_t fds[] = {-1, -1}; HWTEST_F() local
1177 int32_t fds[] = {-1, -1}; HWTEST_F() local
1207 int32_t fds[] = {-1, -1}; HWTEST_F() local
1249 int32_t fds[] = {-1, -1}; HWTEST_F() local
1283 int32_t fds[] = {-1, -1}; HWTEST_F() local
1316 int32_t fds[] = {-1, -1}; HWTEST_F() local
1340 int32_t fds[] = {-1, -1}; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c1226 int32_t fds[2] = { 0 }; in StartSelectThread() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.cpp769 struct pollfd fds[2]; in GetNotifyEvent() local
/test/xts/acts/kernel_lite/net_posix/src/
H A DActsNetTest.cpp516 int fds[TEST_FD_COUNT] = {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1}; in SelectServerForFork() local
607 struct pollfd fds[TEST_FD_COUNT]; PollServerForFork() local
[all...]
/third_party/curl/tests/server/
H A Dsocksd.c649 static int tunnel(struct perclient *cp, fd_set *fds) in tunnel() argument
/third_party/gn/src/base/files/
H A Dfile_util_posix.cc217 bool CreateLocalNonBlockingPipe(int fds[2]) { in CreateLocalNonBlockingPipe() argument

Completed in 39 milliseconds

1234567891011