19 #ifndef INCLUDED_RTL_UNLOAD_H 20 #define INCLUDED_RTL_UNLOAD_H 52 #define MODULE_COUNT_INIT \ 53 { {rtl_moduleCount_acquire,rtl_moduleCount_release}, rtl_moduleCount_canUnload, 0, {0, 0}}
struct _rtl_StandardModuleCount rtl_StandardModuleCount
Backwards-compatibility remainder of a removed library unloading feature.
SAL_DLLPUBLIC void rtl_moduleCount_acquire(rtl_ModuleCount *that) SAL_COLD
Backwards-compatibility remainder of a removed library unloading feature.
#define SAL_DLLPUBLIC
Definition: saldllapi.h:30
TimeValue unusedSince
Definition: unload.h:64
SAL_DLLPUBLIC void rtl_moduleCount_release(rtl_ModuleCount *that) SAL_COLD
Backwards-compatibility remainder of a removed library unloading feature.
struct SAL_DLLPUBLIC_RTTI _rtl_ModuleCount rtl_ModuleCount
Backwards-compatibility remainder of a removed library unloading feature.
Backwards-compatibility remainder of a removed library unloading feature.
Definition: unload.h:42
oslInterlockedCount counter
Definition: unload.h:63
void(* release)(struct _rtl_ModuleCount *that)
Definition: unload.h:45
unsigned char sal_Bool
Definition: types.h:38
rtl_ModuleCount modCnt
Definition: unload.h:61
sal_Int32 oslInterlockedCount
Definition: interlck.h:40
sal_Bool(* canUnload)(struct _rtl_StandardModuleCount *a, TimeValue *libUnused)
Definition: unload.h:62
Backwards-compatibility remainder of a removed library unloading feature.
Definition: unload.h:59
SAL_DLLPUBLIC sal_Bool rtl_moduleCount_canUnload(rtl_StandardModuleCount *that, TimeValue *libUnused) SAL_COLD
Backwards-compatibility remainder of a removed library unloading feature.