nulib.win32.threading.mutex

Win32 Implementation for nulib.threading.internal.mutex

Members

Classes

Win32Mutex
class Win32Mutex

Native implementation of a mutually exclusive lock.

Functions

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.

Structs

CRITICAL_SECTION
struct CRITICAL_SECTION

A critical section object.

Meta

Authors

Luna Nielsen