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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_threading.py 174 set_async_exc = ctypes.pythonapi.PyThreadState_SetAsyncExc
185 result = set_async_exc(ctypes.c_long(tid), exception)
231 result = set_async_exc(ctypes.c_long(-1), exception)
244 result = set_async_exc(ctypes.c_long(t.id), exception)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_threading.py 174 set_async_exc = ctypes.pythonapi.PyThreadState_SetAsyncExc
185 result = set_async_exc(ctypes.c_long(tid), exception)
231 result = set_async_exc(ctypes.c_long(-1), exception)
244 result = set_async_exc(ctypes.c_long(t.id), exception)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 174 set_async_exc = ctypes.pythonapi.PyThreadState_SetAsyncExc
185 result = set_async_exc(ctypes.c_long(tid), exception)
231 result = set_async_exc(ctypes.c_long(-1), exception)
244 result = set_async_exc(ctypes.c_long(t.id), exception)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 174 set_async_exc = ctypes.pythonapi.PyThreadState_SetAsyncExc
185 result = set_async_exc(ctypes.c_long(tid), exception)
231 result = set_async_exc(ctypes.c_long(-1), exception)
244 result = set_async_exc(ctypes.c_long(t.id), exception)

Completed in 589 milliseconds