Searched refs:thr (Results 51 - 75 of 134) sorted by relevance

123456

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableNUMASpace.hpp217 virtual size_t capacity_in_words(Thread* thr) const;
218 virtual size_t tlab_capacity(Thread* thr) const;
219 virtual size_t unsafe_max_tlab_alloc(Thread* thr) const;
H A DmutableSpace.hpp126 virtual size_t tlab_capacity(Thread* thr) const { return capacity_in_bytes(); }
127 virtual size_t unsafe_max_tlab_alloc(Thread* thr) const { return free_in_bytes(); }
H A DmutableNUMASpace.cpp164 size_t MutableNUMASpace::tlab_capacity(Thread *thr) const {
165 guarantee(thr != NULL, "No thread");
166 int lgrp_id = thr->lgrp_id();
188 size_t MutableNUMASpace::unsafe_max_tlab_alloc(Thread *thr) const {
190 guarantee(thr != NULL, "No thread");
191 int lgrp_id = thr->lgrp_id();
208 size_t MutableNUMASpace::capacity_in_words(Thread* thr) const {
209 guarantee(thr != NULL, "No thread");
210 int lgrp_id = thr->lgrp_id();
766 Thread* thr local
811 Thread* thr = Thread::current(); local
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DBadHandshakeTest.java64 Thread thr = new Thread(handler);
65 thr.setDaemon(true);
66 thr.start();
H A DExclusiveBind.java59 Thread thr = new Thread(handler);
60 thr.setDaemon(true);
61 thr.start();
H A DRunToExit.java66 Thread thr = new Thread(handler);
67 thr.setDaemon(true);
68 thr.start();
H A DTwoThreadsTest.java159 ThreadReference thr = event.thread();
162 sf = thr.frame(0);
/openjdk7/jdk/test/sun/tools/jhat/
H A DHatRun.java50 Thread thr = new Thread(this);
51 thr.setDaemon(true);
52 thr.start();
/openjdk7/jdk/test/javax/management/remote/mandatory/connectorServer/
H A DSetMBeanServerForwarder.java81 } catch (Throwable thr) {
83 "from [" + urls[i] +"]: " + thr);
84 thr.printStackTrace();
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractPoller.java62 Thread thr = new Thread(thisRunnable);
63 thr.setDaemon(true);
64 thr.start();
/openjdk7/hotspot/test/gc/6941923/
H A Dtest6941923.sh45 Thread thr = new Thread(t);
46 thr.start();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubInvocationHandlerImpl.java200 } catch (Throwable thr) {
201 if (thr instanceof ThreadDeath)
202 throw (ThreadDeath)thr ;
207 throw Util.wrapException( thr ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DDynamicMethodMarshaller.java79 /** Returns true iff thr's class is a declared exception (or a subclass of
82 boolean isDeclaredException( Throwable thr ) ;
/openjdk7/jdk/test/com/sun/jdi/redefine/
H A DRedefineTest.java132 } catch (Exception thr) {
133 failure("Test Failure: unexpected exception: " + thr);
246 } catch (Exception thr) {
247 receivedException = thr;
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.cpp326 Thread* thr = Thread::current(); local
327 if (thr->is_VM_thread() || thr->is_ConcurrentGC_thread()) {
329 } else if (thr->is_GC_task_thread()) {
331 } else if (thr->is_Java_thread()) {
/openjdk7/hotspot/src/share/vm/services/
H A DmemTracker.cpp706 MemTracker::Tracker::Tracker(MemoryOperation op, Thread* thr) { argument
716 thr = NULL;
717 } else if (thr == NULL) {
721 thr = ThreadLocalStorage::thread();
724 if (thr != NULL) {
726 MemTracker::check_NMT_load(thr);
728 if (thr->is_Java_thread() && ((JavaThread*)thr)->is_safepoint_visible()) {
729 _java_thread = (JavaThread*)thr;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAImpl.java707 } catch (Throwable thr) {
708 if (thr instanceof ThreadDeath)
709 throw (ThreadDeath)thr ;
711 poa.lifecycleWrapper().unexpectedException( thr, poa.toString() ) ;
917 } catch (Throwable thr) {
920 lifecycleWrapper().unexpectedException( thr, this.toString() ) ;
922 if (thr instanceof ThreadDeath)
923 throw (ThreadDeath)thr ;
1672 } catch (Throwable thr) {
1675 "Exception " + thr
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DPOALocalCRDImpl.java116 } catch (Throwable thr) {
120 throw thr ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/servicecontext/
H A DServiceContextData.java111 } catch (Throwable thr) {
114 thr ) ;
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.hpp223 size_t tlab_capacity(Thread* thr) const;
224 size_t unsafe_max_tlab_alloc(Thread* thr) const;
/openjdk7/jdk/test/javax/xml/crypto/dsig/SecurityManager/
H A DXMLDSigWithSecMgr.java61 Thread thr = new Thread(this);
62 thr.start();
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.cpp307 JavaThread *thr = get_thread(); local
308 if (thr->popframe_condition() != JavaThread::popframe_inactive) {
316 thr->clear_popframe_condition();
/openjdk7/jdk/src/solaris/native/java/net/
H A Dbsd_close.c45 pthread_t thr; /* this thread */ member in struct:threadEntry
144 self->thr = pthread_self();
218 pthread_kill( curr->thr, sigWakeup );
H A Dlinux_close.c44 pthread_t thr; /* this thread */ member in struct:threadEntry
127 self->thr = pthread_self();
201 pthread_kill( curr->thr, sigWakeup );
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintServiceLookup.java95 PrinterChangeListener thr = new PrinterChangeListener();
96 thr.setDaemon(true);
97 thr.start();

Completed in 77 milliseconds

123456