Searched refs:threadPoolToUse (Results 1 - 2 of 2) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/spi/ior/iiop/
H A DIIOPFactories.java77 int threadPoolToUse = in.read_ulong();
79 new RequestPartitioningComponentImpl(threadPoolToUse);
86 int threadPoolToUse)
88 return new RequestPartitioningComponentImpl(threadPoolToUse);
85 makeRequestPartitioningComponent( int threadPoolToUse) argument
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DMessageBase.java81 private int threadPoolToUse; field in class:MessageBase
370 msg.threadPoolToUse = 0;
389 msg.threadPoolToUse = (buf.get(6) >>> 2) & THREAD_POOL_TO_USE_MASK;
952 return threadPoolToUse;

Completed in 94 milliseconds