/third_party/boost/boost/interprocess/detail/ |
D | file_wrapper.hpp | 34 class file_wrapper class 37 BOOST_MOVABLE_BUT_NOT_COPYABLE(file_wrapper) 43 file_wrapper(); 47 …file_wrapper(create_only_t, const char *name, mode_t mode, const permissions &perm = permissions()) in file_wrapper() function in boost::interprocess::ipcdetail::file_wrapper 53 …file_wrapper(open_or_create_t, const char *name, mode_t mode, const permissions &perm = permissio… in file_wrapper() function in boost::interprocess::ipcdetail::file_wrapper 58 file_wrapper(open_only_t, const char *name, mode_t mode) in file_wrapper() function in boost::interprocess::ipcdetail::file_wrapper 64 file_wrapper(BOOST_RV_REF(file_wrapper) moved) in file_wrapper() function in boost::interprocess::ipcdetail::file_wrapper 71 file_wrapper &operator=(BOOST_RV_REF(file_wrapper) moved) in operator =() 73 file_wrapper tmp(boost::move(moved)); in operator =() 80 void swap(file_wrapper &other); [all …]
|
/third_party/boost/libs/interprocess/test/ |
D | mapped_file_test.cpp | 51 <boost::interprocess::ipcdetail::file_wrapper, 0, true, false> 54 <boost::interprocess::ipcdetail::file_wrapper, 0, true, false> mapped_file; 72 <boost::interprocess::ipcdetail::file_wrapper, 0, true, false> mapped_file; in main()
|
D | xsi_shared_memory_mapping_test.cpp | 66 { ipcdetail::file_wrapper(create_only, names[0], read_write); } in main()
|
D | managed_xsi_shared_memory_test.cpp | 66 { ipcdetail::file_wrapper(create_only, ShmemName, read_write); } in main()
|
/third_party/boost/boost/interprocess/ |
D | managed_mapped_file.hpp | 45 < file_wrapper, AllocationAlgorithm::Alignment, true, false> type; 71 typedef ipcdetail::file_wrapper device_type;
|
/third_party/python/Doc/library/ |
D | asyncore.rst | 276 :class:`file_wrapper` constructor. 280 .. class:: file_wrapper() 282 A file_wrapper takes an integer file descriptor and calls :func:`os.dup` to 284 of the file_wrapper. This class implements sufficient methods to emulate a
|
D | wsgiref.rst | 707 A ``wsgi.file_wrapper`` factory, or ``None``. The default value of this
|
/third_party/python/Lib/test/ |
D | test_asyncore.py | 386 w = asyncore.file_wrapper(fd) 400 w = asyncore.file_wrapper(fd) 425 f = asyncore.file_wrapper(fd) 434 f = asyncore.file_wrapper(fd)
|
/third_party/python/Lib/ |
D | asyncore.py | 592 class file_wrapper: class 647 self.socket = file_wrapper(fd)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 3175 asyncore: emit a ResourceWarning when an unclosed file_wrapper object is
|
/third_party/boost/libs/interprocess/doc/ |
D | interprocess.qbk | 6945 …/pull/3 GitHub Pull #3] (['"Fix/mingw interprocess_exception throw in file_wrapper::priv_open_or_c…
|
/third_party/python/Misc/ |
D | HISTORY | 1580 - Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper 13182 - Issue #9354: Provide getsockopt() in asyncore's file_wrapper.
|