ReactOS 0.4.16-dev-927-g467dec4
|
Go to the source code of this file.
Functions | |
void CDECL | _endthread (void) |
void CDECL | _endthreadex (unsigned int) |
void WINAPI | set_detach_event (HANDLE event) |
static unsigned | internal_thread_proc (void *param) |
unsigned WINAPI | stdcall_thread_proc (void *param) |
void CDECL | cdecl_thread_proc (void *param) |
BOOL WINAPI | DllMain (HINSTANCE instance_new, DWORD reason, LPVOID reserved) |
Variables | |
static HANDLE | detach_event |
Definition at line 95 of file thread.c.
Referenced by DefragThread(), init(), internal_thread_proc(), processRequest(), test_thread_func(), and test_thread_func_ex().
Definition at line 276 of file thread.cpp.
Referenced by ActionThread(), internal_thread_proc(), test_thread_func(), and thread_start().
Definition at line 56 of file threaddll.c.
Definition at line 61 of file threaddll.c.
Definition at line 37 of file threaddll.c.
Referenced by cdecl_thread_proc(), and stdcall_thread_proc().
Definition at line 32 of file threaddll.c.
Definition at line 51 of file threaddll.c.
|
static |
Definition at line 27 of file threaddll.c.
Referenced by DllMain(), HTMLDocument3_detachEvent(), HTMLElement2_detachEvent(), HTMLWindow3_detachEvent(), set_detach_event(), and test_thread_library_reference().