Searched refs:FLAG_NONBLOCK (Results 1 – 2 of 2) sorted by relevance
357 FLAG_NONBLOCK = 0x04 variable in Client368 if (self.flags & Client.FLAG_NONBLOCK):384 if (self.flags & Client.FLAG_NONBLOCK):390 if (self.flags & Client.FLAG_NONBLOCK):
314 async_client = tpm2.Client(tpm2.Client.FLAG_NONBLOCK)323 async_client = tpm2.Client(tpm2.Client.FLAG_SPACE | tpm2.Client.FLAG_NONBLOCK)
Completed in 5 milliseconds