Searched defs:_num_threads (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp362 int _num_threads; member in class:VM_ThreadDump
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp1343 int _num_threads; member in class:VM_HeapDumper
1410 _num_threads = 0;
1426 for (int i=0; i < _num_threads; i++) {
1667 for (int i=0; i < _num_threads; i++) {
1814 _stack_traces[_num_threads++] = stack_trace;
1842 int stack_serial_num = _num_threads + STACK_TRACE_ID;
1844 writer()->write_u4((u4) _num_threads); // thread serial number
H A DthreadService.hpp340 int _num_threads; member in class:ThreadDumpResult
353 int num_threads() { return _num_threads; }

Completed in 641 milliseconds