Home
last modified time | relevance | path

Searched refs:P_WAIT (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/scons/
Dfixes.py14 if mode == os.P_WAIT:
20 if mode == os.P_WAIT:
/external/python/cpython2/Lib/distutils/
Dspawn.py73 rc = os.spawnv(os.P_WAIT, executable, cmd)
96 rc = os.spawnv(os.P_WAIT, executable, cmd)
/external/protobuf/gtest/test/
Drun_tests_util_test.py136 P_WAIT = os.P_WAIT variable in FakeOs
150 assert wait == FakeOs.P_WAIT
Drun_tests_util.py218 return self.os.spawnv(self.os.P_WAIT, args[0], args)
/external/bison/djgpp/
Dsubpipe.c228 status = spawnvp(P_WAIT, program, arguments); in end_of_output_subpipe()
/external/python/cpython2/Lib/
Dos.py524 P_WAIT = 0 variable
/external/python/cpython2/Doc/library/
Dsubprocess.rst780 P_WAIT example::
782 retcode = os.spawnlp(os.P_WAIT, "/bin/mycmd", "mycmd", "myarg")
Dos.rst2039 process; if *mode* is :const:`P_WAIT`, returns the process's exit code if it
2076 os.spawnlp(os.P_WAIT, 'cp', 'cp', 'index.html', '/dev/null')
2079 os.spawnvpe(os.P_WAIT, 'cp', L, os.environ)
2102 .. data:: P_WAIT
/external/python/cpython2/Lib/test/
Dtest_tempfile.py426 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
/external/regex-re2/lib/codereview/
Dcodereview.py1788 if os.spawnvp(os.P_WAIT, "gofmt", cmd + files) != 0:
/external/python/cpython2/Modules/
Dposixmodule.c9397 if (ins(d, "P_WAIT", (long)P_WAIT)) return -1; in all_ins()
/external/python/cpython2/Misc/
DHISTORY6165 an os.spawn function with P_WAIT will no longer block all Python threads