Lines Matching defs:set
90 """Set a profile function for all threads started from the threading module.
100 """Set a trace function for all threads started from the threading module.
152 the lock is unlocked (not owned by any thread), then grab ownership, set
158 When invoked with the blocking argument set to true, do the same thing
161 When invoked with the blocking argument set to false, do not block. If a
451 When invoked with blocking set to true, do the same thing as when called
454 When invoked with blocking set
542 Events manage a flag that can be set to true with the set() method and reset
551 flag that can be set to true with the set() method and reset to false
573 def set(self):
574 """Set the internal flag to true.
590 Subsequently, threads calling wait() will block until set() is called to
591 set the internal flag to true again.
604 block until another thread calls set() to set the flag to true, or until
793 self.__started.set()
970 initial name is set by the constructor.
1010 This must be set before start() is called, otherwise RuntimeError is
1027 raise RuntimeError("cannot set daemon status of active thread");
1075 self.finished.set()
1081 self.finished.set()
1090 self._Thread__started.set()
1136 self._Thread__started.set()