dplug v4.2.2 (2017-05-30T16:49:02Z)
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)
export extern (
Windows
) nothrow @
nogc
void
InitializeCriticalSectionAndSpinCount
(
CRITICAL_SECTION
*
lpCriticalSection
,
DWORD
dwSpinCount
)
Meta
Source
See Implementation
dplug
core
sync
functions
InitializeCriticalSectionAndSpinCount
makeConditionVariable
makeMutex
makeSemaphore
pthread_mutexattr_setpolicy_np
structs
ConditionVariable
UncheckedMutex
UncheckedSemaphore