Searched refs:_iThreadPool (Results 1 – 2 of 2) sorted by relevance
150 _iThreadPool.putJob( in run()178 protected IThreadPool _iThreadPool; field in java_remote_bridge341 _iThreadPool = ThreadPoolManager.create(); in java_remote_bridge()535 _iThreadPool.dispose(throwable); in dispose()622 ThreadId threadId = _iThreadPool.getThreadId(); in sendRequest()623 Object handle = _iThreadPool.attach(threadId); in sendRequest()636 result = _iThreadPool.enter(handle, threadId); in sendRequest()639 _iThreadPool.detach(handle, threadId); in sendRequest()
357 IThreadPool _iThreadPool; field in ThreadPool_Test.TestThread364 _iThreadPool = iThreadPool; in TestThread()368 _threadId = _iThreadPool.getThreadId(); in run()376 _iThreadPool.attach(); in run()382 _iThreadPool.enter(); in run()388 _iThreadPool.detach(); in run()
Completed in 21 milliseconds