- DeleteCriticalSection
void DeleteCriticalSection(CRITICAL_SECTION* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- EnterCriticalSection
void EnterCriticalSection(CRITICAL_SECTION* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- InitializeCriticalSectionAndSpinCount
uint InitializeCriticalSectionAndSpinCount(CRITICAL_SECTION* , uint )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- LeaveCriticalSection
void LeaveCriticalSection(CRITICAL_SECTION* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- TryEnterCriticalSection
uint TryEnterCriticalSection(CRITICAL_SECTION* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- _nu_mutex_new
NativeMutex _nu_mutex_new()
Undocumented in source. Be warned that the author may not have intended to support it.
Win32 Implementation for nulib.threading.internal.mutex