Home
last modified time | relevance | path

Searched refs:deliver_challenge (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dconnection.py147 deliver_challenge(c, self._authkey)
176 deliver_challenge(c, authkey)
416 def deliver_challenge(connection, authkey): function
Dmanagers.py197 connection.deliver_challenge(c, self.authkey)
/external/python/cpython3/Lib/multiprocessing/
Dconnection.py455 deliver_challenge(c, self._authkey)
499 deliver_challenge(c, authkey)
721 def deliver_challenge(connection, authkey): function
Dmanagers.py191 connection.deliver_challenge(c, self.authkey)
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py2449 multiprocessing.connection.deliver_challenge,
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3839 multiprocessing.connection.deliver_challenge,
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst1959 .. function:: deliver_challenge(connection, authkey)
/external/python/cpython3/Doc/library/
Dmultiprocessing.rst2299 .. function:: deliver_challenge(connection, authkey)