Home
last modified time | relevance | path

Searched defs:getfd (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dresource_tracker.py102 def getfd(self): member in ResourceTracker
219 getfd = _resource_tracker.getfd variable
/external/cronet/stable/third_party/llvm-libc/src/src/__support/File/
Ddir.h74 LIBC_INLINE int getfd() { return fd; } in getfd() function
/external/cronet/tot/third_party/llvm-libc/src/src/__support/File/
Ddir.h74 LIBC_INLINE int getfd() { return fd; } in getfd() function
/external/llvm-libc/src/__support/File/
Ddir.h74 LIBC_INLINE int getfd() { return fd; } in getfd() function
/external/ltp/testcases/kernel/syscalls/unlinkat/
Dunlinkat01.c28 static int getfd(int i) in getfd() function
/external/libevent/
Dlistener.c72 evutil_socket_t (*getfd)(struct evconnlistener *); member
/external/scapy/scapy/
Dutils.py2991 getfd=False, # type: bool argument
/external/python/cpython3/Lib/test/
Dtest_os.py1696 def getfd(): function