Lines Matching refs:status
26 status = 0
29 status = e.returncode
35 logger.debug("thread exit status: " + str(status))
37 reply.append(status)
70 status = 0
73 status = e.returncode
78 logger.debug("status: " + str(status))
80 return status, buf.decode()
91 status = 0
94 status = e.returncode
99 logger.debug(self.name + " status: " + str(status))
101 return status, buf.decode()