ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | __mingwthr_key |
Typedefs | |
typedef struct __mingwthr_key | __mingwthr_key_t |
Functions | |
WINBOOL | __mingw_TLScallback (HANDLE hDllHandle, DWORD reason, LPVOID reserved) |
int | ___w64_mingwthr_remove_key_dtor (DWORD key) |
int | ___w64_mingwthr_add_key_dtor (DWORD key, void(*dtor)(void *)) |
static void | __mingwthr_run_key_dtors (void) |
WINBOOL | __mingw_TLScallback (HANDLE __UNUSED_PARAM(hDllHandle), DWORD reason, LPVOID __UNUSED_PARAM(reserved)) |
Variables | |
static CRITICAL_SECTION | __mingwthr_cs |
static volatile int | __mingwthr_cs_init = 0 |
static __mingwthr_key_t volatile * | key_dtor_list |
typedef struct __mingwthr_key __mingwthr_key_t |
Definition at line 44 of file tlsthrd.c.
Referenced by __mingwthr_key_dtor().
Definition at line 67 of file tlsthrd.c.
Referenced by __mingwthr_remove_key_dtor().
WINBOOL __mingw_TLScallback | ( | HANDLE | __UNUSED_PARAMhDllHandle, |
DWORD | reason, | ||
LPVOID | __UNUSED_PARAMreserved | ||
) |
Definition at line 124 of file tlsthrd.c.
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Written by Kai Tietz kai.t.nosp@m.ietz.nosp@m.@onev.nosp@m.isio.nosp@m.n.com
This file is used by if gcc is built with –enable-threads=win32.
Based on version created by Mumit Khan khan@.nosp@m.nano.nosp@m.tech..nosp@m.wisc.nosp@m..edu
Definition at line 101 of file tlsthrd.c.
Referenced by __mingw_TLScallback().
|
static |
Definition at line 28 of file tlsthrd.c.
Referenced by ___w64_mingwthr_add_key_dtor(), ___w64_mingwthr_remove_key_dtor(), __mingw_TLScallback(), and __mingwthr_run_key_dtors().
Definition at line 29 of file tlsthrd.c.
Referenced by ___w64_mingwthr_add_key_dtor(), ___w64_mingwthr_remove_key_dtor(), __mingw_TLScallback(), and __mingwthr_run_key_dtors().
|
static |
Definition at line 41 of file tlsthrd.c.
Referenced by ___w64_mingwthr_add_key_dtor(), ___w64_mingwthr_remove_key_dtor(), and __mingwthr_run_key_dtors().