* include/posix-threads.h (_Jv_ThreadDebugSuspend): Declare.
authorkseitz <kseitz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jun 2006 14:10:02 +0000 (14:10 +0000)
committerkseitz <kseitz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jun 2006 14:10:02 +0000 (14:10 +0000)
commit8eaf21c5ad0316f8dd1ad269056c2aab80b31f1b
treecba1686875bb38c64a587e119f6080157e135309
parent650928847696f8967e2b56a88526d117727a9c86
    * include/posix-threads.h (_Jv_ThreadDebugSuspend): Declare.
        (_Jv_ThreadDebugResume): Declare.
        (_Jv_ThreadDebugSuspendCount): Declare.
        * posix-threads.cc (_Jv_ThreadDebugSuspend): New function.
        (_Jv_ThreadDebugSuspendCount): New function.
        (_Jv_ThreadDebugResume): New function.

        * include/win32-threads.h (_Jv_ThreadDebugSuspend): Declare.
        (_Jv_ThreadDebugResume): Declare.
        (_Jv_ThreadDebugSuspendCount): Declare.
        * win32-threads.cc (_Jv_ThreadDebugSuspend): New function.
        (_Jv_ThreadDebugSuspendCount): New function.
        (_Jv_ThreadDebugResume): New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114769 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/include/posix-threads.h
libjava/include/win32-threads.h
libjava/posix-threads.cc
libjava/win32-threads.cc