1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package com
.jblend
.util
;
12 import cc
.squirreljme
.runtime
.cldc
.annotation
.Api
;
13 import cc
.squirreljme
.runtime
.cldc
.debug
.Debugging
;
15 public final class NativeThreadJoinner
18 public static NativeThreadJoinner
createInstance()
20 throw Debugging
.todo();
24 public static void destroyInstance(NativeThreadJoinner var0
)
26 throw Debugging
.todo();
32 throw Debugging
.todo();
38 throw Debugging
.todo();
42 public synchronized int getCause()
44 throw Debugging
.todo();
48 public synchronized int getOption()
50 throw Debugging
.todo();
54 public synchronized void join()
55 throws InterruptedException
57 throw Debugging
.todo();
61 public synchronized void join(long var1
)
62 throws InterruptedException
64 throw Debugging
.todo();
68 public boolean causeContains(int var1
)
70 throw Debugging
.todo();
74 public synchronized void joinNotify(int var1
, int var2
, int var3
)
76 throw Debugging
.todo();