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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp269 bool with_locked_synchronizers) {
276 _with_locked_synchronizers = with_locked_synchronizers;
284 bool with_locked_synchronizers) {
291 _with_locked_synchronizers = with_locked_synchronizers;
266 VM_ThreadDump(ThreadDumpResult* result, int max_depth, bool with_locked_monitors, bool with_locked_synchronizers) argument
279 VM_ThreadDump(ThreadDumpResult* result, GrowableArray<instanceHandle>* threads, int num_threads, int max_depth, bool with_locked_monitors, bool with_locked_synchronizers) argument
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp1125 bool with_locked_synchronizers,
1148 with_locked_synchronizers);
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

Completed in 37 milliseconds