Searched refs:get_ident (Results 1 - 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
H A D | threadinglocal.py | 25 def __getattr__(self, attr, g=thread.get_ident): 33 def __setattr__(self, attr, value, g=thread.get_ident): 36 def __delattr__(self, attr, g=thread.get_ident):
|
/external/libxml2/python/tests/ |
H A D | thread2.py | 4 from _thread import get_ident namespace 6 from thread import get_ident namespace 38 "lineNumbersDefault in thread %d" % get_ident())
|
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/ |
H A D | local.py | 24 from thread import get_ident as get_current_thread, allocate_lock 26 from dummy_thread import get_ident as get_current_thread, allocate_lock 33 get_ident = get_current_thread variable 35 get_ident = lambda: (get_current_thread(), get_current_greenlet()) variable 58 self.__storage__.pop(get_ident(), None) 64 return self.__storage__[get_ident()][name] 73 ident = get_ident() 86 del self.__storage__[get_ident()][name]
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
H A D | watchthreads.py | 10 from thread import get_ident namespace 234 this_thread_id=get_ident(), 342 print("I'm alive %s (%s)" % (count, thread.get_ident()))
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
H A D | httpserver.py | 265 self.server.thread_pool.worker_tracker[_thread.get_ident()][1] = self.wsgi_environ 869 thread_id = thread_obj.thread_id = _thread.get_ident()
|
Completed in 166 milliseconds