Searched refs:_popen (Results 1 – 19 of 19) sorted by relevance
/external/python/cpython3/Lib/multiprocessing/ |
D | process.py | 56 if p._popen.poll() is not None: 79 self._popen = None 106 assert self._popen is None, 'cannot start a process twice' 112 self._popen = self._Popen(self) 113 self._sentinel = self._popen.sentinel 124 self._popen.terminate() 131 self._popen.kill() 139 assert self._popen is not None, 'can only join a started process' 140 res = self._popen.wait(timeout) 153 if self._popen is None: [all …]
|
D | util.py | 318 p._popen.terminate()
|
/external/python/cpython2/Lib/multiprocessing/ |
D | process.py | 79 if p._popen.poll() is not None: 102 self._popen = None 120 assert self._popen is None, 'cannot start a process twice' 130 self._popen = Popen(self) 140 self._popen.terminate() 147 assert self._popen is not None, 'can only join a started process' 148 res = self._popen.wait(timeout) 160 if self._popen is None: 163 returncode = self._popen.poll() 191 assert self._popen is None, 'process has already started' [all …]
|
D | util.py | 324 p._popen.terminate()
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 15 #define popen _popen
|
/external/python/cpython2/Lib/ |
D | uuid.py | 296 def _popen(command, args): function 316 pipe = _popen(command, args) 381 pipe = _popen('netstat', '-ia')
|
D | platform.py | 396 class _popen: class 475 popen = _popen 477 popen = _popen
|
/external/python/cpython3/Lib/ |
D | uuid.py | 343 def _popen(command, *args): function 383 proc = _popen(command, *args.split()) 462 proc = _popen('netstat', '-ia')
|
/external/catch2/misc/ |
D | coverage-helper.cpp | 99 std::shared_ptr<FILE> pipe(_popen(real_cmd.c_str(), "r"), _pclose); in exec_cmd()
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 212 # define popen _popen
|
/external/lua/src/ |
D | liolib.c | 64 #define l_popen(L,c,m) (_popen(c,m))
|
/external/ImageMagick/config/ |
D | config.h.in | 706 /* Define to 1 if you have the `_popen' function. */
|
/external/one-true-awk/ |
D | FIXES | 545 added calls to _popen and _pclose to the win95 stub for
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 281 #define popen _popen
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 501 This was due to the use of the :c:func:`_popen` function from the libraries
|
/external/ImageMagick/ |
D | configure.ac | 1223 …unmap nanosleep newlocale _NSGetExecutablePath pclose _pclose poll popen _popen posix_fadvise posi…
|
D | configure | 26863 …unmap nanosleep newlocale _NSGetExecutablePath pclose _pclose poll popen _popen posix_fadvise posi…
|
/external/sqlite/dist/orig/ |
D | shell.c | 154 # define popen _popen
|
/external/sqlite/dist/ |
D | shell.c | 160 # define popen _popen
|