Searched defs:thread_group (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp993 static oop create_initial_thread(Handle thread_group, JavaThread* thread, TRAPS) { argument
1009 thread_group,
1109 void JavaThread::allocate_threadObj(Handle thread_group, char* thread_name, bool daemon, TRAPS) { argument
1110 assert(thread_group.not_null(), "thread group should be specified");
1130 thread_group, // Argument 1
1141 thread_group, // Argument 1
1159 thread_group,
1753 KlassHandle thread_group(THREAD, SystemDictionary::ThreadGroup_klass());
1756 group, thread_group,
2910 oop thread_group
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1392 getThreadGroupInfo(jthreadGroup thread_group, jvmtiThreadGroupInfo *info) argument
1400 (gdata->jvmti, thread_group, info);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp963 Handle thread_group; local
971 thread_group = Handle(current_thread, java_lang_Thread::threadGroup(thread_obj()));
996 info_ptr->thread_group = jni_reference(thread_group);
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h522 jthreadGroup thread_group; member in struct:_jvmtiThreadInfo

Completed in 65 milliseconds