Searched refs:sys (Results 201 - 219 of 219) sorted by relevance

123456789

/openjdk7/jdk/src/windows/bin/
H A Djava_md.c33 #include <sys/types.h>
34 #include <sys/stat.h>
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaMessageMediatorImpl.java2034 SystemException sys = new UNKNOWN( 0,
2037 UEInfoServiceContext uei = new UEInfoServiceContext(sys);
2039 return createSystemExceptionResponse(messageMediator, sys, contexts);
/openjdk7/hotspot/agent/src/os/linux/
H A Dsymtab.c26 #include <sys/procfs.h>
/openjdk7/jdk/src/windows/native/java/net/
H A DInet6AddressImpl.c32 #include <sys/types.h>
H A DTwoStacksPlainSocketImpl.c32 #include <sys/types.h>
H A DTwoStacksPlainDatagramSocketImpl.c33 #include <sys/types.h>
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.cpp30 #include <sys/types.h>
H A Dunpack.cpp45 #include <sys/types.h>
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTEvent.m28 #import <sys/time.h>
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c47 #include <sys/time.h>
H A Dawt_MToolkit.c28 #include <sys/time.h>
133 #include <sys/select.h>
H A Dawt_InputMethod.c34 #include <sys/time.h>
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_FuncArray.c28 #include <sys/utsname.h>
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c327 #include <sys/time.h>
/openjdk7/jdk/src/share/javavm/export/
H A Djvm.h29 #include <sys/stat.h>
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec.c43 #include <sys/types.h>
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp28 #include <sys/utsname.h>
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c56 #include <sys/mman.h>
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp80 #include <sys/types.h>
81 #include <sys/stat.h>
82 #include <sys/timeb.h>
3993 // are used by JVM M&M and JVMTI to get user+sys or user CPU time
4001 // return user + sys since the cost is the same
4002 return os::thread_cpu_time(Thread::current(), true /* user+sys */);
4007 return os::thread_cpu_time(thread, true /* user+sys */);

Completed in 128 milliseconds

123456789