Lines Matching refs:set

69     """Get the profiler function as set by threading.setprofile()."""
83 """Get the trace function as set by threading.settrace()."""
144 the lock is unlocked (not owned by any thread), then grab ownership, set
150 When invoked with the blocking argument set to true, do the same thing
153 When invoked with the blocking argument set to false, do not block. If a
158 When invoked with the floating-point timeout argument set to a positive
445 When invoked with blocking set to true, do the same thing as when called
448 When invoked with blocking set to false, do not block. If a call without
547 Events manage a flag that can be set to true with the set() method and reset
561 status = 'set' if self._flag else 'unset'
583 def set(self):
597 Subsequently, threads calling wait() will block until set() is called to
598 set the internal flag to true again.
608 block until another thread calls set() to set the flag to true, or until
755 #was broken, set it to reset state
773 # An internal error was detected. The barrier is set to
820 _shutdown_locks = set()
827 set when Thread objects are not joined explicitly. See bpo-37788.
929 self.is_alive() # easy way to get ._is_stopped set when appropriate
1027 self._started.set()
1150 initial name is set by the constructor.
1203 This must be set before start() is called, otherwise RuntimeError is
1219 raise RuntimeError("cannot set daemon status of active thread")
1240 warnings.warn('setDaemon() is deprecated, set the daemon attribute instead',
1262 warnings.warn('setName() is deprecated, set the name attribute instead',
1389 self.finished.set()
1395 self.finished.set()
1405 self._started.set()
1426 self._started.set()
1632 _shutdown_locks = set()
1637 threads = set(_enumerate())