From 9330cba6e3eb902fd41f3bcb40c9ff063cd83556 Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Mon, 26 Jun 2006 16:31:06 +0000 Subject: no-gc.h (_Jv_SuspendThread): Declare. * include/no-gc.h (_Jv_SuspendThread): Declare. (_Jv_ResumeThread): Likewise. * include/boehm-gc.h (_Jv_SuspendThread): Declare. (_Jv_ResumeThread): Likewise. * nogc.cc (_Jv_SuspendThread): New function. (_Jv_ResumeThread): Likewise. * boehm.cc (_Jv_SuspendThread): New function. (_Jv_ResumeThread): Likewise. From-SVN: r115019 --- libjava/nogc.cc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'libjava/nogc.cc') diff --git a/libjava/nogc.cc b/libjava/nogc.cc index e81fbe1..f25037a 100644 --- a/libjava/nogc.cc +++ b/libjava/nogc.cc @@ -1,6 +1,6 @@ // nogc.cc - Implement null garbage collector. -/* Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation +/* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006 Free Software Foundation This file is part of libgcj. @@ -165,3 +165,13 @@ _Jv_AllocTraceTwo (jsize size /* includes vtable slot */) return result; } #endif /* JV_HASH_SYNCHRONIZATION */ + +void +_Jv_SuspendThread (_Jv_Thread_t *thread) +{ +} + +void +_Jv_ResumeThread (_Jv_Thread_t *thread) +{ +} -- cgit v1.1