Search notes:

WinAPI: functions related to critical section

DeleteCriticalSection
EnterCriticalSection
InitializeCriticalSection
InitializeCriticalSectionAndSpinCount
InitializeCriticalSectionEx
LeaveCriticalSection
SetCriticalSectionSpinCount
TryEnterCriticalSection

See also

The value of CriticalSectionTimeout unter the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager specifies the amount of seconds that a thread can hold a critical section.

Index