Home
last modified time | relevance | path

Searched refs:send_handle (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dreduction.py91 def send_handle(conn, handle, destination_pid): function
177 def send_handle(conn, handle, destination_pid): function
254 send_handle = send_handle variable in AbstractReducer
Dresource_sharer.py50 reduction.send_handle(conn, new_fd, pid)
/external/python/cpython2/Lib/multiprocessing/
Dreduction.py65 def send_handle(conn, handle, destination_pid): function
79 def send_handle(conn, handle, destination_pid): function
127 send_handle(conn, handle_wanted, destination_pid)
/external/openssh/
Dsftp-server.c559 send_handle(u_int32_t id, int handle) in send_handle() function
707 send_handle(id, handle); in process_open()
1024 send_handle(id, handle); in process_opendir()
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1793 reduction.send_handle(conn, fd, p.pid)
1823 reduction.send_handle(conn, newfd, p.pid)
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3049 reduction.send_handle(conn, fd, p.pid)
3080 reduction.send_handle(conn, newfd, p.pid)