Home | History | Annotate | Download | only in multiprocessing

Lines Matching refs:handle

65     def send_handle(conn, handle, destination_pid):
70 new_handle = duplicate(handle, process_handle)
79 def send_handle(conn, handle, destination_pid):
80 _multiprocessing.sendfd(conn.fileno(), handle)
142 def reduce_handle(handle):
144 return (None, Popen.duplicate_for_child(handle), True)
145 dup_handle = duplicate(handle)
147 sub_debug('reducing handle %d', handle)
151 address, handle, inherited = pickled_data
153 return handle
154 sub_debug('rebuilding handle %d', handle)
156 conn.send((handle, os.getpid()))
170 handle = rebuild_handle(reduced_handle)
172 handle, readable=readable, writable=writable
210 handle = rebuild_handle(reduced_handle)
212 handle, readable=readable, writable=writable