r114769 - in /trunk/libjava: ChangeLog include/...
kseitz@gcc.gnu.org
kseitz@gcc.gnu.org
Mon Jun 19 14:10:00 GMT 2006
Author: kseitz
Date: Mon Jun 19 14:10:02 2006
New Revision: 114769
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114769
Log:
* 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.
Modified:
trunk/libjava/ChangeLog
trunk/libjava/include/posix-threads.h
trunk/libjava/include/win32-threads.h
trunk/libjava/posix-threads.cc
trunk/libjava/win32-threads.cc
More information about the Gcc-cvs
mailing list