1#ifndef UTILS_GC_MWCRITICALSECTION_GC_H
2#define UTILS_GC_MWCRITICALSECTION_GC_H
void MWInitializeCriticalSection(unsigned int *)
Definition MWCriticalSection_gc.c:12
void MWExitCriticalSection(unsigned int *section)
Definition MWCriticalSection_gc.c:20
void MWEnterCriticalSection(unsigned int *section)
Definition MWCriticalSection_gc.c:15