Home
last modified time | relevance | path

Searched refs:get_pid (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/site_tests/security_ASLR/
Dsecurity_ASLR.py53 def get_pid(self): member in Process
219 new_pid = process.get_pid()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_transports.py57 self.assertRaises(NotImplementedError, transport.get_pid)
/external/python/cpython3/Lib/asyncio/
Dtransports.py180 def get_pid(self): member in SubprocessTransport
Dsubprocess.py115 self.pid = transport.get_pid()
Dbase_subprocess.py134 def get_pid(self): member in BaseSubprocessTransport
Dunix_events.py193 watcher.add_child_handler(transp.get_pid(),
/external/python/cpython3/Doc/library/
Dasyncio-protocol.rst231 .. method:: get_pid()