#include <thread_manager.h>
Public Attributes | |
| hythread_t | native_thread |
| Native thread. | |
| JavaVM * | java_vm |
| Pointer to Java VM. | |
| jint | priority |
| Thread scheduling priority. | |
| UDATA | stacksize |
| Thread stack size. | |
| jboolean | daemon |
| Denotes whether Java thread is daemon. | |
| jvmtiEnv * | jvmti_env |
| JVMTI environment. | |
| jvmtiStartFunction | proc |
| JVMTI start function to be executed in this thread. | |
| const void * | arg |
| Start function argument to the start function. | |
Native thread.
Pointer to Java VM.
Thread scheduling priority.
Thread stack size.
Denotes whether Java thread is daemon.
JVM exits when the only threads running are daemon threads.
JVMTI environment.
| jvmtiStartFunction jthread_start_proc_data.proc |
JVMTI start function to be executed in this thread.
| const void* jthread_start_proc_data.arg |
Start function argument to the start function.
Is passed as an array.
Genereated on Tue Mar 11 19:25:26 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.