Searched refs:os (Results 201 - 225 of 680) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskThread.cpp34 #include "runtime/os.hpp"
45 if (!os::create_thread(this, os::pgc_thread))
64 os::start_thread(this);
111 if (!os::bind_to_processor(processor_id())) {
/openjdk7/hotspot/src/share/vm/oops/
H A DoopsHierarchy.cpp52 frame fr = os::current_frame();
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Datomic_bsd_x86.inline.hpp30 #include "runtime/os.hpp"
53 int mp = os::is_MP();
62 int mp = os::is_MP();
72 int mp = os::is_MP();
95 int mp = os::is_MP();
109 bool mp = os::is_MP();
122 bool mp = os::is_MP();
130 bool mp = os::is_MP();
146 bool mp = os::is_MP();
194 return _Atomic_cmpxchg_long(exchange_value, dest, compare_value, os
[all...]
H A Dassembler_bsd_x86.cpp28 #include "runtime/os.hpp"
33 call(RuntimeAddress(CAST_FROM_FN_PTR(address, os::breakpoint)));
48 call(RuntimeAddress(CAST_FROM_FN_PTR(address, os::breakpoint)));
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Datomic_linux_x86.inline.hpp30 #include "runtime/os.hpp"
53 int mp = os::is_MP();
62 int mp = os::is_MP();
72 int mp = os::is_MP();
95 int mp = os::is_MP();
109 bool mp = os::is_MP();
122 bool mp = os::is_MP();
130 bool mp = os::is_MP();
146 bool mp = os::is_MP();
194 return _Atomic_cmpxchg_long(exchange_value, dest, compare_value, os
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddecoder.cpp28 #include "runtime/os.hpp"
85 bool error_handling_thread = os::current_thread_id() == VMError::first_error_tid;
96 bool error_handling_thread = os::current_thread_id() == VMError::first_error_tid;
108 bool error_handling_thread = os::current_thread_id() == VMError::first_error_tid;
118 bool error_handling_thread = os::current_thread_id() == VMError::first_error_tid;
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DDataContentHandler.java95 * @param os The output stream into which to write the converted
99 public void writeTo(Object obj, String mimeType, OutputStream os) argument
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest14.java53 OffsetOutputStream (OutputStream os) { argument
54 super (os);
130 OutputStream os = t.getResponseBody();
131 os.write (response.getBytes());
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6401598.java52 OutputStream os = arg0.getResponseBody();
60 DataOutputStream dos = new DataOutputStream(os);
95 OutputStream os = connection.getOutputStream();
97 DataOutputStream dos = new DataOutputStream(os);
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DCUPSPrinter.java243 OutputStream os = (OutputStream)java.security.AccessController.
254 if (os == null) {
266 if (IPPPrintService.writeIPPRequest(os,
281 os.close();
303 os.close();
308 os.close();
328 OutputStream os = (OutputStream)java.security.AccessController.
339 if (os == null) {
351 if (IPPPrintService.writeIPPRequest(os,
359 os
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DWriterToASCI.java51 * @param os The byte stream to write to.
53 public WriterToASCI(OutputStream os) argument
55 m_os = os;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DCodeSetsComponentImpl.java94 public void writeContents(OutputStream os) argument
96 csci.write( (MarshalOutputStream)os ) ;
H A DJavaSerializationComponent.java69 public void writeContents(OutputStream os) { argument
70 os.write_octet(version);
H A DMaxStreamFormatVersionComponentImpl.java89 public void writeContents(OutputStream os) argument
91 os.write_octet(version);
H A DRequestPartitioningComponentImpl.java90 public void writeContents(OutputStream os) argument
92 os.write_ulong(partitionToUse);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBVersionImpl.java63 public void write( OutputStream os )
65 os.write_octet( (byte)orbType ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DExceptionHandlerImpl.java65 void write( OutputStream os, Exception ex ) ; argument
135 public void write( OutputStream os, Exception ex ) argument
138 Object[] args = new Object[] { os, ex } ;
166 public void write( OutputStream os, Exception ex ) argument
168 os.write_string( getId() ) ;
169 os.write_value( ex, getExceptionClass() ) ;
261 public void writeException( OutputStream os, Exception ex ) argument
268 rws[index].write( os, ex ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DTaggedProfileTemplateBase.java40 public void write( OutputStream os )
42 EncapsulationUtility.writeEncapsulation( this, os ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/servicecontext/
H A DCodeSetServiceContext.java53 public void writeData( OutputStream os ) throws SystemException
55 csc.write( (MarshalOutputStream)os ) ;
H A DMaxStreamFormatVersionServiceContext.java67 public void writeData(OutputStream os) throws SystemException argument
69 os.write_octet(maxStreamFormatVersion);
H A DORBVersionServiceContext.java66 public void writeData( OutputStream os ) throws SystemException
68 version.write( os ) ;
H A DSendingContextServiceContext.java53 public void writeData( OutputStream os ) throws SystemException
55 ior.write( os ) ;
H A DUEInfoServiceContext.java60 public void writeData( OutputStream os ) throws SystemException
62 os.write_value( (Serializable)unknown ) ;
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMCanonicalizationMethod.java95 public Data canonicalize(Data data, XMLCryptoContext xc, OutputStream os) argument
97 return transform(data, xc, os);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DSplitFilter.java56 for (OutputSlot os : f.getOutputSlots()) {
57 for (Connection c : os.getConnections()) {

Completed in 113 milliseconds

1234567891011>>