Searched refs:P_WAIT (Results 1 – 5 of 5) sorted by relevance
14 if mode == os.P_WAIT:20 if mode == os.P_WAIT:
136 P_WAIT = os.P_WAIT variable in FakeOs150 assert wait == FakeOs.P_WAIT
218 return self.os.spawnv(self.os.P_WAIT, args[0], args)
228 status = spawnvp(P_WAIT, program, arguments); in end_of_output_subpipe()
1788 if os.spawnvp(os.P_WAIT, "gofmt", cmd + files) != 0: