Searched refs:send_handle (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | reduction.py | 65 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/python/cpython3/Lib/multiprocessing/ |
D | reduction.py | 95 def send_handle(conn, handle, destination_pid): function 181 def send_handle(conn, handle, destination_pid): function 258 send_handle = send_handle variable in AbstractReducer
|
D | resource_sharer.py | 50 reduction.send_handle(conn, new_fd, pid)
|
/external/openssh/ |
D | sftp-server.c | 563 send_handle(u_int32_t id, int handle) in send_handle() function 713 send_handle(id, handle); in process_open() 1042 send_handle(id, handle); in process_opendir()
|
/external/python/cpython2/Lib/test/ |
D | test_multiprocessing.py | 1793 reduction.send_handle(conn, fd, p.pid) 1823 reduction.send_handle(conn, newfd, p.pid)
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 3205 reduction.send_handle(conn, fd, p.pid) 3236 reduction.send_handle(conn, newfd, p.pid)
|