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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 63 def _note(self, format, *args): member in class:_Verbose
81 def _note(self, *args): member in class:_Verbose
171 self._note("%s.acquire(%s): recursive success", self, blocking)
178 self._note("%s.acquire(%s): initial success", self, blocking)
181 self._note("%s.acquire(%s): failure", self, blocking)
209 self._note("%s.release(): final release", self)
212 self._note("%s.release(): non-final release", self)
225 self._note("%s._acquire_restore()", self)
229 self._note("%s._release_save()", self)
341 self._note("%s.wait(): got it", self
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 63 def _note(self, format, *args): member in class:_Verbose
81 def _note(self, *args): member in class:_Verbose
171 self._note("%s.acquire(%s): recursive success", self, blocking)
178 self._note("%s.acquire(%s): initial success", self, blocking)
181 self._note("%s.acquire(%s): failure", self, blocking)
209 self._note("%s.release(): final release", self)
212 self._note("%s.release(): non-final release", self)
225 self._note("%s._acquire_restore()", self)
229 self._note("%s._release_save()", self)
341 self._note("%s.wait(): got it", self
    [all...]

Completed in 975 milliseconds