]> gcc.gnu.org Git - gcc.git/commit - libjava/win32-threads.cc
posix-threads.h (_Jv_ThreadDebugSuspend): Declare.
authorKeith Seitz <keiths@redhat.com>
Mon, 19 Jun 2006 14:10:02 +0000 (14:10 +0000)
committerKeith Seitz <kseitz@gcc.gnu.org>
Mon, 19 Jun 2006 14:10:02 +0000 (14:10 +0000)
commit4307d0dbf9a4ad8923df89e857bbe09a8b5edc20
treecba1686875bb38c64a587e119f6080157e135309
parent7e665d18088d627471f61fd2917f98ff17fccf4b
posix-threads.h (_Jv_ThreadDebugSuspend): Declare.

        * 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.

From-SVN: r114769
libjava/ChangeLog
libjava/include/posix-threads.h
libjava/include/win32-threads.h
libjava/posix-threads.cc
libjava/win32-threads.cc
This page took 0.079347 seconds and 5 git commands to generate.