Home | History | Annotate | Download | only in multiprocessing

Lines Matching full:blocking

985     def acquire(self, blocking=True):
986 return self._callmethod('acquire', (blocking,))