Searched refs:os (Results 26 - 50 of 680) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A DthreadLS_linux_sparc.cpp37 os::thread_local_storage_at_put(ThreadLocalStorage::thread_index(), thread);
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A DthreadLS_linux_zero.cpp39 os::thread_local_storage_at_put(ThreadLocalStorage::thread_index(), thread);
H A Dos_linux_zero.cpp57 address os::current_stack_pointer() {
62 frame os::get_sender_for_C_frame(frame* fr) {
66 frame os::current_frame() {
81 char* os::non_memory_address_word() {
95 void os::initialize_thread(Thread * thr){
99 address os::Linux::ucontext_get_pc(ucontext_t* uc) {
103 ExtendedPC os::fetch_frame_from_context(void* ucVoid,
109 frame os::fetch_frame_from_context(void* ucVoid) {
134 if (os::Linux::chained_handler(sig, info, ucVoid)) {
140 os
[all...]
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.inline.hpp28 #include "runtime/os.hpp"
30 inline jlong os::rdtsc() {
H A DthreadLS_windows_x86.cpp41 os::os_exception_wrapper( (java_call_t)call_wrapper_dummy,
48 os::thread_local_storage_at_put(ThreadLocalStorage::thread_index(), thread);
/openjdk7/jdk/test/java/io/PipedOutputStream/
H A DDeadReader.java38 PipedOutputStream os = new PipedOutputStream();
40 is.connect(os);
45 os.write(new byte[1000]);
53 os.write(27);
H A DMultipleConnect.java36 PipedOutputStream os = new PipedOutputStream();
39 os.connect(is);
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A DthreadLS_bsd_x86.cpp65 assert(align_size_down(os::vm_page_size(), PAGE_SIZE) == os::vm_page_size(),
71 os::thread_local_storage_at_put(ThreadLocalStorage::thread_index(), thread);
74 address stack_top = os::current_stack_base();
75 size_t stack_size = os::current_stack_size();
/openjdk7/hotspot/src/os/bsd/vm/
H A DvmError_bsd.cpp27 #include "runtime/os.hpp"
50 os::current_process_id(), os::current_process_id(),
51 os::current_thread_id(), os::current_thread_id());
53 yes = os::message_box("Unexpected Error", buf);
58 os::current_process_id(), os::current_process_id());
60 os::fork_and_exec(buf);
113 os
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A DvmError_linux.cpp27 #include "runtime/os.hpp"
50 os::current_process_id(), os::current_process_id(),
51 os::current_thread_id(), os::current_thread_id());
53 yes = os::message_box("Unexpected Error", buf);
58 os::current_process_id(), os::current_process_id());
60 os::fork_and_exec(buf);
113 os
[all...]
H A Dos_linux.cpp131 julong os::Linux::_physical_memory = 0;
133 address os::Linux::_initial_thread_stack_bottom = NULL;
134 uintptr_t os::Linux::_initial_thread_stack_size = 0;
136 int (*os::Linux::_clock_gettime)(clockid_t, struct timespec *) = NULL;
137 int (*os::Linux::_pthread_getcpuclockid)(pthread_t, clockid_t *) = NULL;
138 Mutex* os::Linux::_createThread_lock = NULL;
139 pthread_t os::Linux::_main_thread;
140 int os::Linux::_page_size = -1;
141 const int os::Linux::_vm_default_page_size = (8 * K);
142 bool os
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp62 address os::current_stack_pointer() {
67 frame os::get_sender_for_C_frame(frame* fr) {
71 frame os::current_frame() {
86 char* os::non_memory_address_word() {
100 void os::initialize_thread(Thread* thr) {
104 address os::Bsd::ucontext_get_pc(ucontext_t* uc) {
108 ExtendedPC os::fetch_frame_from_context(void* ucVoid,
114 frame os::fetch_frame_from_context(void* ucVoid) {
139 if (os::Bsd::chained_handler(sig, info, ucVoid)) {
145 os
[all...]
/openjdk7/hotspot/src/os/posix/vm/
H A Dos_posix.cpp27 #include "runtime/os.hpp"
36 void os::check_or_create_dump(void* exceptionRecord, void* contextRecord, char* buffer, size_t bufferSize) {
65 address os::get_caller_pc(int n) {
69 frame fr = os::current_frame();
71 !os::is_first_C_frame(&fr) && fr.sender_pc()) {
72 fr = os::get_sender_for_C_frame(&fr);
82 int os::get_last_error() {
86 bool os::is_debugger_attached() {
91 void os::wait_for_keypress_at_exit(void) {
99 char* os
[all...]
H A Dos_posix.hpp28 friend class os;
/openjdk7/jdk/test/java/io/Serializable/subclass/
H A DTest.java56 private void writeObject(ObjectOutputStream os) throws IOException { argument
58 os.defaultWriteObject();
87 private void writeObject(ObjectOutputStream os) throws IOException { argument
88 ObjectOutputStream.PutField putFields = os.putFields();
93 os.writeFields();
125 XObjectOutputStream os = null;
127 os = new XObjectOutputStream(baos);
137 os.writeObject(new A());
138 os.close();
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/servicecontext/
H A DServiceContexts.java62 private static boolean isDebugging( OutputStream os )
64 ORB orb = (ORB)(os.orb()) ;
83 public static void writeNullServiceContext( OutputStream os )
85 if (isDebugging(os))
87 os.write_long( 0 ) ;
244 public void write(OutputStream os, GIOPVersion gv) argument
246 if (isDebugging(os)) {
254 if (isDebugging(os))
260 if (isDebugging(os))
263 os
288 writeServiceContextsInOrder(OutputStream os, GIOPVersion gv) argument
319 writeMapEntry(OutputStream os, Integer id, Object scObj, GIOPVersion gv) argument
[all...]
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6529200.java56 OutputStream os = sock.getOutputStream();
58 os.write ("GET /test/foo HTTP/1.0\r\nConnection: keep-alive\r\n\r\n".getBytes());
59 os.flush();
84 os.write ("GET /test/foo HTTP/1.0\r\nConnection: keep-alive\r\n\r\n".getBytes());
85 os.flush();
117 OutputStream os;
124 os = t.getResponseBody();
125 os.write ("hello".getBytes());
126 os.close();
133 os
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp93 #include <imagehlp.h> // For os::dll_address_to_function_name
161 // Implementation of os
163 bool os::getenv(const char* name, char* buffer, int len) {
170 bool os::have_special_privileges() {
178 void os::run_periodic_checks() {
188 void os::init_system_properties_values() {
198 os::jvm_path(home_dir, sizeof(home_dir));
312 void os::breakpoint() {
318 os::breakpoint();
326 address os
[all...]
H A DvmError_windows.cpp27 #include "runtime/os.hpp"
45 os::current_process_id(), os::current_thread_id());
47 yes = os::message_box("Unexpected Error", buf) != 0;
52 // os::breakpoint() calls DebugBreak(), which causes a breakpoint
57 os::breakpoint();
/openjdk7/hotspot/src/share/vm/adlc/
H A Dfilebuff.cpp162 static int expandtab( ostream &os, int off, char c, char fill1, char fill2 ) { argument
164 do os << fill1; // Expand the tab; Output space
167 os << fill2; // Display normal character
176 static int printline( ostream& os, const char *fname, int line, argument
180 os << fname << ":" << line << ": ";
186 off = expandtab(os,off,c,' ',c);
190 os << fname << ":" << line << ": ";
198 off = expandtab(os,off,*s++,' ',' ');
199 os << '^'; // Start region
203 off = expandtab(os,of
227 operator <<( ostream& os, FileBuffRegion &br ) argument
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp229 address os::Solaris::handler_start; // start pc of thr_sighndlrinfo
230 address os::Solaris::handler_end; // end pc of thr_sighndlrinfo
232 address os::Solaris::_main_stack_base = NULL; // 4352906 workaround
278 address sp = os::current_stack_pointer();
299 os::thread_local_storage_at_put(ThreadLocalStorage::thread_index(), thread);
343 address os::current_stack_base() {
351 if (!is_primordial_thread || os::Solaris::_main_stack_base == NULL) {
355 os::Solaris::_main_stack_base = (address)st.ss_sp;
359 guarantee(os::Solaris::_main_stack_base != NULL, "Attempt to use null cached stack base");
360 return os
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DWriteContents.java31 void writeContents( OutputStream os ) ;
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DCustomMarshal.java47 * @param os a DataOutputStream
49 void marshal(DataOutputStream os); argument
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DBoxedValueHelper.java37 void write_value(OutputStream os, Serializable value); argument
/openjdk7/hotspot/src/share/vm/runtime/
H A DthreadLocalStorage.cpp48 return (Thread*) os::thread_local_storage_at(ThreadLocalStorage::thread_index());
64 set_thread_index(os::allocate_thread_local_storage());

Completed in 150 milliseconds

1234567891011>>