Home
last modified time | relevance | path

Searched refs:dup_handle (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dreduction.py145 dup_handle = duplicate(handle)
146 _cache.add(dup_handle)
148 return (_get_listener().address, dup_handle, False)
/external/curl/tests/data/
Dtest57527 FTP wildcard download - dup_handle and multi interface
/external/libmojo/mojo/edk/system/
Dnode_controller.cc187 HANDLE dup_handle = INVALID_HANDLE_VALUE; in ConnectToChild() local
190 base::GetCurrentProcessHandle(), &dup_handle, in ConnectToChild()
193 process_handle = dup_handle; in ConnectToChild()