dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
InitializeCriticalSectionAndSpinCount
dplug
core
sync
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
version(Windows)
extern (
Windows
) nothrow @
nogc
void
InitializeCriticalSectionAndSpinCount
(
CRITICAL_SECTION
*
lpCriticalSection
,
DWORD
dwSpinCount
)
Meta
Source
See Implementation
dplug
core
sync
functions
InitializeCriticalSectionAndSpinCount
makeConditionVariable
makeMutex
makeSemaphore
structs
ConditionVariable
UncheckedMutex
UncheckedSemaphore