#include <thread.h>
Collaboration diagram for Thread_:
Data Fields | |
jobject(* | getObject )(Thread *thread) |
jint(* | getPriority )(Thread *thread) |
void(* | setPriority )(Thread *thread, jint priority) |
void(* | sleep )(Thread *thread, jlong milliseconds) |
void(* | start )(Thread *thread) |
ThreadData | thread |
void(* | yield )(Thread *thread) |
Definition at line 52 of file thread.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|