jthread_start_proc_data Struct Reference

#include <thread_manager.h>

List of all members.


Detailed Description

Java thread creation attributes.


Public Attributes

hythread_t native_thread
 Native thread.
JavaVMjava_vm
 Pointer to Java VM.
jint priority
 Thread scheduling priority.
UDATA stacksize
 Thread stack size.
jboolean daemon
 Denotes whether Java thread is daemon.
jvmtiEnvjvmti_env
 JVMTI environment.
jvmtiStartFunction proc
 JVMTI start function to be executed in this thread.
const void * arg
 Start function argument to the start function.


Member Data Documentation

hythread_t jthread_start_proc_data.native_thread

Native thread.

JavaVM* jthread_start_proc_data.java_vm

Pointer to Java VM.

jint jthread_start_proc_data.priority

Thread scheduling priority.

UDATA jthread_start_proc_data.stacksize

Thread stack size.

jboolean jthread_start_proc_data.daemon

Denotes whether Java thread is daemon.

JVM exits when the only threads running are daemon threads.

jvmtiEnv* jthread_start_proc_data.jvmti_env

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.


The documentation for this struct was generated from the following file:

Genereated on Tue Mar 11 19:26:02 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.