Searched refs:_snapshots (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp384 ThreadDumpResult::ThreadDumpResult() : _num_threads(0), _num_snapshots(0), _snapshots(NULL), _next(NULL), _last(NULL) {
392 ThreadDumpResult::ThreadDumpResult(int num_threads) : _num_threads(num_threads), _num_snapshots(0), _snapshots(NULL), _next(NULL), _last(NULL) {
404 ThreadSnapshot* ts = _snapshots;
417 if (_snapshots == NULL) {
418 _snapshots = ts;
426 for (ThreadSnapshot* ts = _snapshots; ts != NULL; ts = ts->next()) {
H A DthreadService.hpp342 ThreadSnapshot* _snapshots; member in class:ThreadDumpResult
355 ThreadSnapshot* snapshots() { return _snapshots; }

Completed in 40 milliseconds