|
ReactOS 0.4.17-dev-470-gf9e3448
|
#include <jscript.h>

| LPTHREAD_START_ROUTINE thread_data::callback |
Definition at line 1574 of file main.c.
Referenced by shcore_thread_wrapper(), and SHCreateThread().
| void* thread_data::data |
Definition at line 1575 of file main.c.
Referenced by shcore_thread_wrapper(), and SHCreateThread().
| DWORD thread_data::flags |
Definition at line 1576 of file main.c.
Referenced by shcore_thread_wrapper(), and SHCreateThread().
| HANDLE thread_data::hEvent |
Definition at line 1577 of file main.c.
Referenced by shcore_thread_wrapper(), and SHCreateThread().
Definition at line 142 of file jscript.h.
Referenced by gc_run(), and get_thread_data().
| IUnknown* thread_data::process_ref |
Definition at line 1579 of file main.c.
Referenced by shcore_thread_wrapper(), and SHCreateThread().
| LONG thread_data::ref |
Definition at line 136 of file jscript.h.
Referenced by get_thread_data(), JScript_SetScriptSite(), and release_thread_data().
| LONG thread_data::thread_id |
Definition at line 137 of file jscript.h.
Referenced by get_thread_data().
| LPTHREAD_START_ROUTINE thread_data::thread_proc |
Definition at line 1573 of file main.c.
Referenced by shcore_thread_wrapper(), and SHCreateThread().
| IUnknown* thread_data::thread_ref |
Definition at line 1578 of file main.c.
Referenced by shcore_thread_wrapper(), and SHCreateThread().
Definition at line 143 of file jscript.h.
Referenced by gc_run(), and get_thread_data().