src/jdk.jdwp.agent/share/native/libjdwp/eventHelper.h
changeset 47525 e05aff6beada
parent 47216 71c04702a3d5
equal deleted inserted replaced
47524:97569cf468f4 47525:e05aff6beada
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2004, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    52 void eventHelper_releaseEvents(void);
    52 void eventHelper_releaseEvents(void);
    53 
    53 
    54 void eventHelper_lock(void);
    54 void eventHelper_lock(void);
    55 void eventHelper_unlock(void);
    55 void eventHelper_unlock(void);
    56 
    56 
       
    57 void commandLoop_sync(void); /* commandLoop sync with cbVMDeath */
       
    58 void commandLoop_exitVmDeathLockOnError(void);
       
    59 
    57 /*
    60 /*
    58  * Private interface for coordinating between eventHelper.c: commandLoop()
    61  * Private interface for coordinating between eventHelper.c: commandLoop()
    59  * and ThreadReferenceImpl.c: resume() and VirtualMachineImpl.c: resume().
    62  * and ThreadReferenceImpl.c: resume() and VirtualMachineImpl.c: resume().
    60  */
    63  */
    61 void unblockCommandLoop(void);
    64 void unblockCommandLoop(void);