HomeSort by relevance Sort by last modified time
    Searched refs:get_ident (Results 1 - 25 of 64) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threadsignals.py 28 signal_blackboard[sig]['tripped_by'] = thread.get_ident()
61 thread.get_ident())
64 thread.get_ident())
test_capi.py 119 idents.append(thread.get_ident())
125 if idents.count(thread.get_ident()) != 3:
test_dummy_thread.py 94 #Test sanity of _thread.get_ident()
95 self.assertIsInstance(_thread.get_ident(), int,
96 "_thread.get_ident() returned a non-integer")
97 self.assertTrue(_thread.get_ident() != 0,
98 "_thread.get_ident() returned 0")
149 queue.put(_thread.get_ident())
  /external/libxml2/python/tests/
thread2.py 4 from _thread import get_ident
6 from thread import get_ident
38 "lineNumbersDefault in thread %d" % get_ident())
  /external/python/cpython2/Lib/test/
test_threadsignals.py 28 signal_blackboard[sig]['tripped_by'] = thread.get_ident()
61 thread.get_ident())
64 thread.get_ident())
test_dummy_thread.py 94 #Test sanity of _thread.get_ident()
95 self.assertIsInstance(_thread.get_ident(), int,
96 "_thread.get_ident() returned a non-integer")
97 self.assertNotEqual(_thread.get_ident(), 0,
98 "_thread.get_ident() returned 0")
149 queue.put(_thread.get_ident())
test_capi.py 114 idents.append(thread.get_ident())
120 self.assertEqual(idents.count(thread.get_ident()), 3,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_threadsignals.py 28 signal_blackboard[sig]['tripped_by'] = thread.get_ident()
61 thread.get_ident())
64 thread.get_ident())
test_capi.py 111 idents.append(thread.get_ident())
117 self.assertEqual(idents.count(thread.get_ident()), 3,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_threadsignals.py 28 signal_blackboard[sig]['tripped_by'] = thread.get_ident()
61 thread.get_ident())
64 thread.get_ident())
test_capi.py 111 idents.append(thread.get_ident())
117 self.assertEqual(idents.count(thread.get_ident()), 3,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threadsignals.py 28 signal_blackboard[sig]['tripped_by'] = thread.get_ident()
61 thread.get_ident())
64 thread.get_ident())
test_capi.py 111 idents.append(thread.get_ident())
117 self.assertEqual(idents.count(thread.get_ident()), 3,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threadsignals.py 28 signal_blackboard[sig]['tripped_by'] = thread.get_ident()
61 thread.get_ident())
64 thread.get_ident())
test_capi.py 111 idents.append(thread.get_ident())
117 self.assertEqual(idents.count(thread.get_ident()), 3,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Synch.py 63 if self.__tid == thread.get_ident():
75 self.__tid = thread.get_ident()
93 assert self.__tid == thread.get_ident()
109 print "f2 running in thread %d\n" % thread.get_ident(),
115 print "f1 running in thread %d\n" % thread.get_ident(),
  /external/python/cpython2/Demo/metaclasses/
Synch.py 63 if self.__tid == thread.get_ident():
75 self.__tid = thread.get_ident()
93 assert self.__tid == thread.get_ident()
109 print "f2 running in thread %d\n" % thread.get_ident(),
115 print "f1 running in thread %d\n" % thread.get_ident(),
  /external/python/cpython2/Demo/pysvr/
pysvr.py 60 print "Thread %s has connection from %s.\n" % (str(thread.get_ident()),
65 print "Thread %s is done.\n" % str(thread.get_ident()),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
62 def get_ident(): function
63 """Dummy implementation of thread.get_ident().
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
62 def get_ident(): function
63 """Dummy implementation of thread.get_ident().
  /external/python/cpython2/Lib/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
62 def get_ident(): function
63 """Dummy implementation of thread.get_ident().
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
62 def get_ident(): function
63 """Dummy implementation of thread.get_ident().
  /prebuilts/gdb/linux-x86/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
62 def get_ident(): function
63 """Dummy implementation of thread.get_ident().
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
62 def get_ident(): function
63 """Dummy implementation of thread.get_ident().
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
62 def get_ident(): function
63 """Dummy implementation of thread.get_ident().

Completed in 581 milliseconds

1 2 3