Home
last modified time | relevance | path

Searched refs:_iThreadPool (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/jurt/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java150 _iThreadPool.putJob( in run()
178 protected IThreadPool _iThreadPool; field in java_remote_bridge
341 _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()
/aoo4110/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java357 IThreadPool _iThreadPool; field in ThreadPool_Test.TestThread
364 _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 18 milliseconds