Searched refs:num_threads (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.h102 int num_threads; member in struct:ps_prochandle
H A Dlibproc_impl.c260 ph->num_threads++;
320 return ph->num_threads;
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.h100 int num_threads; member in struct:ps_prochandle
H A Dlibproc_impl.c258 ph->num_threads++;
318 return ph->num_threads;
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp106 int num_threads, TRAPS);
347 ThreadDumpResult(int num_threads);
353 int num_threads() { return _num_threads; } function in class:ThreadDumpResult
374 int num_threads() { return _threads->length(); } function in class:DeadlockCycle
387 int num_threads() { return _threads_array->length(); } function in class:ThreadsListEnumerator
H A Dmanagement.cpp418 int num_threads = ids_ah->length(); local
422 for (i = 0; i < num_threads; i++) {
818 int num_threads = ids_ah->length(); variable
819 if (num_threads != sizeArray_h->length()) {
826 for (int i = 0; i < num_threads; i++) {
1122 int num_threads,
1130 GrowableArray<instanceHandle>* thread_handle_array = new GrowableArray<instanceHandle>(num_threads);
1133 for (int i = 0; i < num_threads; i++) {
1145 num_threads,
1191 int num_threads variable
1120 do_thread_dump(ThreadDumpResult* dump_result, typeArrayHandle ids_ah, int num_threads, int max_depth, bool with_locked_monitors, bool with_locked_synchronizers, TRAPS) argument
1277 int num_threads = (ta != NULL ? ta->length() : 0); variable
1592 int num_threads = ids_ah->length(); variable
1930 int num_threads = 0; local
[all...]
H A DthreadService.cpp236 int num_threads,
238 assert(num_threads > 0, "just checking");
243 num_threads,
254 objArrayOop r = oopFactory::new_objArray(ik(), num_threads, CHECK_NH);
258 assert(num_snapshots == num_threads, "Must have num_threads thread snapshots");
392 ThreadDumpResult::ThreadDumpResult(int num_threads) : _num_threads(num_threads), _num_snapshots(0), _snapshots(NULL), _next(NULL), _last(NULL) { argument
235 dump_stack_traces(GrowableArray<instanceHandle>* threads, int num_threads, TRAPS) argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp281 int num_threads,
286 _num_threads = num_threads;
279 VM_ThreadDump(ThreadDumpResult* result, GrowableArray<instanceHandle>* threads, int num_threads, int max_depth, bool with_locked_monitors, bool with_locked_synchronizers) argument
H A Dvm_operations.hpp378 int num_threads, // -1 indicates entire stack
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp296 ParScanThreadStateSet(int num_threads,
334 int num_threads, Space& to_space, ParNewGeneration& gen,
338 : ResourceArray(sizeof(ParScanThreadState), num_threads),
341 assert(num_threads > 0, "sanity check!");
345 for (int i = 0; i < num_threads; ++i) {
333 ParScanThreadStateSet( int num_threads, Space& to_space, ParNewGeneration& gen, Generation& old_gen, ObjToScanQueueSet& queue_set, Stack<oop, mtGC>* overflow_stacks, size_t desired_plab_sz, ParallelTaskTerminator& term) argument
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp4248 int num_threads = tle.num_threads(); variable
4249 objArrayOop r = oopFactory::new_objArray(SystemDictionary::Thread_klass(), num_threads, CHECK_NULL);
4252 for (int i = 0; i < num_threads; i++) {
4275 int num_threads = ah->length(); variable
4277 if (num_threads == 0) {
4289 GrowableArray<instanceHandle>* thread_handle_array = new GrowableArray<instanceHandle>(num_threads);
4290 for (int i = 0; i < num_threads; i++) {
4296 Handle stacktraces = ThreadService::dump_stack_traces(thread_handle_array, num_threads, CHECK_NULL);
H A DjvmtiEnv.cpp731 nthreads = tle.num_threads();
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1001 int num_threads = _method_threads->length(); local
1002 for (int i=0; i<num_threads; i++) {

Completed in 125 milliseconds