Package l2p.util.DummyDeadlock

Examples of l2p.util.DummyDeadlock.SynchronizedDeadlock


        Str2File("admin_commands.txt", out);
        activeChar.sendMessage("Commands list dumped, checkout for admin_commands.txt in the root of server");
        break;
      case admin_debug_deadlock_sync:
        activeChar.sendMessage("Testing Synchronized Deadlock");
        new SynchronizedDeadlock().start();
        break;
      case admin_debug_deadlock_lock:
        activeChar.sendMessage("Testing Reentrant Deadlock");
        new ReentrantDeadlock().start();
        break;
View Full Code Here

TOP

Related Classes of l2p.util.DummyDeadlock.SynchronizedDeadlock

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.