Home | History | Annotate | Download | only in python2.7

Lines Matching full:blocks

41 # sys.exc_clear is used to work around the fact that except blocks
314 This method releases the underlying lock, and then blocks until it is
416 blocks if necessary until it can return without making the counter
425 method blocks if necessary until it can return without making the counter
508 initial value. The acquire() method blocks if necessary until it can return
543 to false with the clear() method. The wait() method blocks until the flag is
552 with the clear() method. The wait() method blocks until the flag is true.
912 This blocks the calling thread until the thread whose join() method is