1/* Copyright 2016 Software Freedom Conservancy Inc.
2 *
3 * This software is licensed under the GNU Lesser General Public License
4 * (version 2.1 or later).  See the COPYING file in this distribution.
5 */
6
7namespace Threads {
8    public void init() throws Error {
9    }
10
11    public void terminate() {
12    }
13}
14
15