Searched defs:_concurrent_locks (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp340 bool _concurrent_locks; member in class:VM_FindDeadlocks
345 VM_FindDeadlocks(bool concurrent_locks) : _concurrent_locks(concurrent_locks), _out(NULL), _deadlocks(NULL) {};
346 VM_FindDeadlocks(outputStream* st) : _concurrent_locks(true), _out(st), _deadlocks(NULL) {};
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp208 ThreadConcurrentLocks* _concurrent_locks; member in class:ThreadSnapshot
213 ThreadSnapshot() : _thread(NULL), _threadObj(NULL), _stack_trace(NULL), _concurrent_locks(NULL), _next(NULL),
240 ThreadConcurrentLocks* get_concurrent_locks() { return _concurrent_locks; }
243 void set_concurrent_locks(ThreadConcurrentLocks* l) { _concurrent_locks = l; }

Completed in 51 milliseconds