Home
last modified time | relevance | path

Searched defs:FD (Results 1 – 25 of 115) sorted by relevance

12345

/prebuilts/go/linux-x86/src/internal/poll/
Dfd_unix.go19 type FD struct { struct
21 fdmu fdMutex
24 Sysfd int
27 SysFile
30 pd pollDesc
33 csema uint32
36 isBlocking uint32
40 IsStream bool
44 ZeroReadIsEOF bool
47 isFile bool
[all …]
Dfd_plan9.go16 type FD struct { struct
18 fdmu fdMutex
20 Destroy func()
23 rmu sync.Mutex
24 wmu sync.Mutex
25 raio *asyncIO
26 waio *asyncIO
27 rtimer *time.Timer
28 wtimer *time.Timer
29 rtimedout bool // set true when read deadline has been reached
[all …]
Dfd_windows.go222 type FD struct { struct
224 fdmu fdMutex
227 Sysfd syscall.Handle
230 rop operation
232 wop operation
235 pd pollDesc
238 l sync.Mutex
241 lastbits []byte // first few bytes of the last incomplete rune in last write
242 readuint16 []uint16 // buffer to hold uint16s obtained with ReadConsole
243 readbyte []byte // buffer to hold decoding of readuint16 from utf16 to utf8
[all …]
Dcopy_file_range_linux.go25 func CopyFileRange(dst, src *FD, remain int64) (written int64, handled bool, err error) {
93 func copyFileRange(dst, src *FD, max int) (written int64, err error) {
Dsplice_linux.go34 func Splice(dst, src *FD, remain int64) (written int64, handled bool, err error) {
87 func spliceDrain(pipefd int, sock *FD, max int) (int, error) {
128 func splicePump(sock *FD, pipefd int, inPipe int) (int, error) {
Dsendfile_windows.go13 func SendFile(fd *FD, src syscall.Handle, n int64) (written int64, err error) {
Dsendfile_linux.go14 func SendFile(dstFD *FD, src int, remain int64) (written int64, err error, handled bool) {
Dsendfile_bsd.go16 func SendFile(dstFD *FD, src int, pos, remain int64) (written int64, err error, handled bool) {
Dsendfile_solaris.go19 func SendFile(dstFD *FD, src int, pos, remain int64) (written int64, err error, handled bool) {
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/
Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) argument
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) argument
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) argument
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) argument
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) argument
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
Draw_socket_stream.h34 int FD; variable
DFileSystem.h416 inline std::error_code resize_file_before_mapping_readwrite(int FD, in resize_file_before_mapping_readwrite()
530 inline bool is_local(int FD) { in is_local()
708 inline std::error_code setLastAccessAndModificationTime(int FD, in setLastAccessAndModificationTime()
865 int FD = -1; variable
991 inline file_t convertFDToNativeFile(int FD) { return FD; } in convertFDToNativeFile()
1225 int FD; ///< Locked file handle. variable
1226 FileLocker(int FD) : FD(FD) {} in FileLocker()
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
Draw_socket_stream.h34 int FD; variable
DFileSystem.h416 inline std::error_code resize_file_before_mapping_readwrite(int FD, in resize_file_before_mapping_readwrite()
530 inline bool is_local(int FD) { in is_local()
708 inline std::error_code setLastAccessAndModificationTime(int FD, in setLastAccessAndModificationTime()
865 int FD = -1; variable
991 inline file_t convertFDToNativeFile(int FD) { return FD; } in convertFDToNativeFile()
1225 int FD; ///< Locked file handle. variable
1226 FileLocker(int FD) : FD(FD) {} in FileLocker()
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
Draw_socket_stream.h61 std::atomic<int> FD; variable
DFileSystem.h416 inline std::error_code resize_file_before_mapping_readwrite(int FD, in resize_file_before_mapping_readwrite()
530 inline bool is_local(int FD) { in is_local()
708 inline std::error_code setLastAccessAndModificationTime(int FD, in setLastAccessAndModificationTime()
865 int FD = -1; variable
991 inline file_t convertFDToNativeFile(int FD) { return FD; } in convertFDToNativeFile()
1225 int FD; ///< Locked file handle. variable
1226 FileLocker(int FD) : FD(FD) {} in FileLocker()
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/
Draw_socket_stream.h61 std::atomic<int> FD; variable
DFileSystem.h415 inline std::error_code resize_file_before_mapping_readwrite(int FD, in resize_file_before_mapping_readwrite()
529 inline bool is_local(int FD) { in is_local()
707 inline std::error_code setLastAccessAndModificationTime(int FD, in setLastAccessAndModificationTime()
864 int FD = -1; variable
990 inline file_t convertFDToNativeFile(int FD) { return FD; } in convertFDToNativeFile()
1224 int FD; ///< Locked file handle. variable
1225 FileLocker(int FD) : FD(FD) {} in FileLocker()
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclFriend.h149 if (const auto *FD = dyn_cast<FunctionDecl>(ND)) in getSourceRange() local
250 inline void CXXRecordDecl::pushFriendDecl(FriendDecl *FD) { in pushFriendDecl()
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclFriend.h149 if (const auto *FD = dyn_cast<FunctionDecl>(ND)) in getSourceRange() local
250 inline void CXXRecordDecl::pushFriendDecl(FriendDecl *FD) { in pushFriendDecl()
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclFriend.h149 if (const auto *FD = dyn_cast<FunctionDecl>(ND)) in getSourceRange() local
250 inline void CXXRecordDecl::pushFriendDecl(FriendDecl *FD) { in pushFriendDecl()
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/
DAnyCall.h135 if (const auto *FD = dyn_cast<FunctionDecl>(D)) { in forDecl() local
148 if (const auto *FD = dyn_cast<FunctionDecl>(D)) { in parameters() local

12345