HomeSort by relevance Sort by last modified time
    Searched refs:__bootstrap (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 743 _start_new_thread(self.__bootstrap, ())
767 def __bootstrap(self): member in class:Thread
798 self._note("%s.__bootstrap(): thread started", self)
801 self._note("%s.__bootstrap(): registering trace hook", self)
804 self._note("%s.__bootstrap(): registering profile hook", self)
811 self._note("%s.__bootstrap(): raised SystemExit", self)
814 self._note("%s.__bootstrap(): unhandled exception", self)
847 self._note("%s.__bootstrap(): normal return", self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 743 _start_new_thread(self.__bootstrap, ())
767 def __bootstrap(self): member in class:Thread
798 self._note("%s.__bootstrap(): thread started", self)
801 self._note("%s.__bootstrap(): registering trace hook", self)
804 self._note("%s.__bootstrap(): registering profile hook", self)
811 self._note("%s.__bootstrap(): raised SystemExit", self)
814 self._note("%s.__bootstrap(): unhandled exception", self)
847 self._note("%s.__bootstrap(): normal return", self)
    [all...]

Completed in 554 milliseconds