Lines Matching refs:at

319 // determined by looking at the /proc file system.  In a chroot environment,
351 // This library should be located at:
354 // If "/jre/lib/" appears at the right place in the path, then we
361 // If "/jre/lib/" does NOT appear at the right place in the path
549 // own purposes must, at this time, use the "-Xrs" option to prevent
799 // Heap is mmap'ed at lower end of memory space. Thread stacks are
1181 // for initial thread if its stack size exceeds 6M. Cap it at 2M,
1467 // must return at least tp.tv_sec == 0 which means a resolution
1638 // returns a unique pid for the calling thread, then look at the
1827 // the stack to 'executable' at most once, so we must safepoint only once.
1948 Elf32_Half compat_class; // Compatibility of archs at VM's sense
2083 // may have been queued at the same time.
2352 // "<JAVA_HOME>/jre/lib/<arch>/<vmtype>/libjvm.so". If "/jre/lib/" appears at
2683 // left at the time of mmap(). This could be a potential
2796 // uncommitted at all. We don't do anything in this case to avoid creating a segment with
2964 return cpu_to_node()->at(cpu_id);
2987 // mapped. If at some point later in the process the stack expands to
2993 // so if the stack mapping has already grown beyond the guard pages at
3000 // We only need this for stacks that are growable: at the time of
3038 // where we're going to put our guard pages, truncate the mapping at
3075 // at 'requested_addr'. If there are existing memory mappings at the same
3425 // Reserve memory at an arbitrary address, only if that area is
3436 // about at this low abstraction level. If we need higher alignment,
3441 // Repeatedly allocate blocks until the block is allocated at the
3460 // mmap() is successful but it fails to reserve at the requested address
3603 ::sleep(100); // ... 100 seconds at a time
4339 // see comments at the very top and jvm_solaris.h
4548 "Specify at least %dk",
4619 // at-exit methods are called in the reverse order of their registration.
4644 // this is called at the end of vm_initialization
4789 st->print(" at " PTR_FORMAT, dlinfo.dli_fbase);
5591 if (time < 0 || (isAbsolute && time == 0) ) { // don't wait at all