ReactOS 0.4.17-dev-301-g9127a53
thread_data Struct Reference

#include <jscript.h>

Collaboration diagram for thread_data:

Public Attributes

LONG ref
 
LONG thread_id
 
BOOL gc_is_unlinking
 
DWORD gc_last_tick
 
struct list objects
 
struct rb_tree weak_refs
 

Detailed Description

Definition at line 135 of file jscript.h.

Member Data Documentation

◆ gc_is_unlinking

BOOL thread_data::gc_is_unlinking

Definition at line 139 of file jscript.h.

Referenced by gc_run().

◆ gc_last_tick

DWORD thread_data::gc_last_tick

Definition at line 140 of file jscript.h.

Referenced by gc_run().

◆ objects

struct list thread_data::objects

Definition at line 142 of file jscript.h.

Referenced by gc_run(), and get_thread_data().

◆ ref

LONG thread_data::ref

Definition at line 136 of file jscript.h.

Referenced by get_thread_data(), JScript_SetScriptSite(), and release_thread_data().

◆ thread_id

LONG thread_data::thread_id

Definition at line 137 of file jscript.h.

Referenced by get_thread_data().

◆ weak_refs

struct rb_tree thread_data::weak_refs

Definition at line 143 of file jscript.h.

Referenced by gc_run(), and get_thread_data().


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