Home
last modified time | relevance | path

Searched refs:ThreadId (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DProtocol_Test.java27 import com.sun.star.lib.uno.environments.remote.ThreadId;
71 "method", new ThreadId(new byte[] { 0, 1 }), new Object[0]); in testCall()
75 iReceiver.writeReply(false, new ThreadId(new byte[] { 0, 1 }), null); in testCall()
85 "methodWithInParameter", new ThreadId(new byte[] { 0, 1 }), in testCallWithInParameter()
92 iReceiver.writeReply(false, new ThreadId(new byte[] { 0, 1 }), null); in testCallWithInParameter()
102 "methodWithOutParameter", new ThreadId(new byte[] { 0, 1 }), in testCallWithOutParameter()
111 iReceiver.writeReply(false, new ThreadId(new byte[] { 0, 1 }), null); in testCallWithOutParameter()
123 "methodWithInOutParameter", new ThreadId(new byte[] { 0, 1 }), in testCallWithInOutParameter()
135 iReceiver.writeReply(false, new ThreadId(new byte[] { 0, 1 }), null); in testCallWithInOutParameter()
147 "methodWithResult", new ThreadId(new byte[] { 0, 1 }), in testCallWithResult()
[all …]
/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java38 ThreadId threadId = null; in testDispose()
71 ThreadId threadId = ThreadId.createFresh(); in testThreadAsync()
93 ThreadId threadId = ThreadId.createFresh(); in testDynamicThreadSync()
117 ThreadId threadId = null; in testStaticThreadSync()
154 ThreadId threadId = ThreadId.createFresh(); in testDynamicThreadAsyncSyncOrder()
191 ThreadId threadId = testThread._threadId; in testStaticThreadAsyncSyncOrder()
228 ThreadId threadID = ThreadId.createFresh(); in testStress()
311 ThreadId threadId = ThreadId.createFresh(); in testAsyncSync()
336 ThreadId threadId, String operation) { in putJob()
349 ThreadId _threadId;
H A DThreadId_Test.java34 ThreadId i1 = ThreadId.createFresh(); in test()
46 ThreadId i2 = ThreadId.createFresh(); in test()
51 ThreadId i3 = new ThreadId(i1bytes); in test()
H A DJobQueue_Test.java110 __javaThreadPoolFactory, ThreadId.createFresh(), true)); in testDynamicThreadExecutesJob()
133 ThreadId threadId = ThreadId.createFresh(); in testDynamicThreadExecutesAsyncs()
163 ThreadId threadId) in testAsyncJobQueue()
200 public final ThreadId _threadId = JavaThreadPoolFactory.getThreadId();
H A DJavaThreadPoolFactory_Test.java32 ThreadId i1 = JavaThreadPoolFactory.getThreadId(); in test()
34 final ThreadId[] i2 = new ThreadId[1]; in test()
H A DTestMessage.java35 ThreadId _threadId;
40 …TestMessage(boolean synchron, ITypeDescription iTypeDescription, String oid, ThreadId threadId, Ob… in TestMessage()
54 public ThreadId getThreadId() { in getThreadId()
H A DTestReceiver.java27 public void sendReply(boolean exception, ThreadId threadId, Object result) { in sendReply()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DThreadId.java31 public final class ThreadId { class
32 public static ThreadId createFresh() { in createFresh()
39 return new ThreadId((PREFIX + c).getBytes("UTF-8")); in createFresh()
45 public ThreadId(byte[] id) { in ThreadId() method in ThreadId
50 return obj instanceof ThreadId in equals()
51 && Arrays.equals(id, ((ThreadId) obj).id); in equals()
H A DJavaThreadPoolFactory.java49 public JobQueue getJobQueue(ThreadId threadId) { in getJobQueue()
55 public JobQueue getAsyncJobQueue(ThreadId threadId) { in getAsyncJobQueue()
71 public static ThreadId getThreadId() { in getThreadId()
76 ThreadId id; in getThreadId()
78 id = (ThreadId) threadIdMap.get(t); in getThreadId()
80 id = ThreadId.createFresh(); in getThreadId()
H A DJavaThreadPool.java50 public ThreadId getThreadId() { in getThreadId()
54 public Object attach( ThreadId threadId ) in attach()
70 public void detach( Object handle, ThreadId id ) in detach()
76 ThreadId threadId = getThreadId(); in detach()
82 ThreadId threadId = getThreadId(); in enter()
86 public Object enter( Object handle, ThreadId threadId ) throws Throwable { in enter()
H A DNativeThreadPool.java31 public ThreadId getThreadId() { in getThreadId()
32 return new ThreadId(threadId()); in getThreadId()
39 public Object attach(ThreadId id) { in attach()
48 public void detach(Object handle, ThreadId id) { in detach()
60 public Object enter(Object handle, ThreadId id) throws Throwable { in enter()
H A DJobQueue.java53 protected ThreadId _threadId; // the thread id of the queue
82 ThreadId getThreadId() { in getThreadId()
124 JobQueue(JavaThreadPoolFactory javaThreadPoolFactory, ThreadId threadId) { in JobQueue()
126 _threadId = ThreadId.createFresh(); in JobQueue()
151 JobQueue(JavaThreadPoolFactory javaThreadPoolFactory, ThreadId threadId, boolean createThread){ in JobQueue()
166 ThreadId getThreadId() { in getThreadId()
H A DIThreadPool.java43 ThreadId getThreadId(); in getThreadId()
61 public Object attach( ThreadId id ); in attach()
77 public void detach( Object handle, ThreadId id ); in detach()
97 public Object enter( Object handle, ThreadId id ) throws Throwable; in enter()
H A DMessage.java35 ThreadId threadId, boolean request, String objectId, in Message()
59 public final ThreadId getThreadId() { in getThreadId()
181 private final ThreadId threadId;
H A DIProtocol.java79 String oid, TypeDescription type, String function, ThreadId tid, in writeRequest()
93 void writeReply(boolean exception, ThreadId tid, Object result) in writeReply()
H A DIReceiver.java43 void sendReply(boolean exception, ThreadId threadId, Object result); in sendReply()
H A DJob.java145 public ThreadId getThreadId() { in getThreadId()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A Durp.java32 import com.sun.star.lib.uno.environments.remote.ThreadId;
118 String oid, TypeDescription type, String function, ThreadId tid, in writeRequest()
142 public void writeReply(boolean exception, ThreadId tid, Object result) in writeReply()
189 propertiesTid = ThreadId.createFresh(); in sendRequestChange()
476 ThreadId tid, Object[] arguments) in writeRequest()
497 IMethodDescription desc, ThreadId tid, Object[] arguments, in writeRequest()
664 IMethodDescription method, ThreadId threadId) in QueuedRelease()
677 public final ThreadId threadId;
729 private ThreadId propertiesTid = null;
733 private ThreadId inL1Tid = null;
[all …]
H A DUnmarshal.java25 import com.sun.star.lib.uno.environments.remote.ThreadId;
45 threadIdCache = new ThreadId[cacheSize]; in Unmarshal()
88 public ThreadId readThreadId() { in readThreadId()
91 ThreadId id = null; in readThreadId()
95 id = new ThreadId(data); in readThreadId()
483 private final ThreadId[] threadIdCache;
H A DPendingRequests.java26 import com.sun.star.lib.uno.environments.remote.ThreadId;
34 public synchronized void push(ThreadId tid, Item item) { in push()
43 public synchronized Item pop(ThreadId tid) { in pop()
H A DUrpMessage.java27 import com.sun.star.lib.uno.environments.remote.ThreadId;
34 ThreadId threadId, boolean request, String objectId, in UrpMessage()
H A DMarshal.java25 import com.sun.star.lib.uno.environments.remote.ThreadId;
82 public void writeThreadId(ThreadId threadId) { in writeThreadId()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java56 import com.sun.star.lib.uno.environments.remote.ThreadId;
591 public void sendReply(boolean exception, ThreadId threadId, Object result) { in sendReply()
622 ThreadId threadId = _iThreadPool.getThreadId(); in sendRequest()
/trunk/main/offapi/com/sun/star/logging/
H A DXCsvLogFormatter.idl53 /** Defines if the ThreadId should be logged */
/trunk/main/jurt/
H A DZip_jurt-src.mk64 com/sun/star/lib/uno/environments/remote/ThreadId.java \

12