dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
MacOSVersion
dplug
core
thread
Undocumented in source.
version(Darwin)
struct
MacOSVersion {
int
major
;
int
minor
;
int
patch
;
}
Members
Variables
major
int
major
;
Undocumented in source.
minor
int
minor
;
Undocumented in source.
patch
int
patch
;
Undocumented in source.
Meta
Source
See Implementation
dplug
core
thread
aliases
ThreadDelegate
ThreadDelegateUser
ThreadPoolDelegate
btex_fptr
classes
ThreadPool
functions
_beginthreadex
getMacOSVersion
getTotalNumberOfCPUs
launchInAThread
makeThread
posixThreadEntryPoint
sysctlbyname
windowsThreadEntryPoint
static functions
getCurrentThreadId
structs
MacOSVersion
Thread