dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
WaitForMultipleObjects
dlib
core
thread
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
)
uint
WaitForMultipleObjects
(
in
uint
nCount
,
in
void
**
lpHandles
,
in
int
bWaitAll
,
in
uint
dwMilliseconds
)
Meta
Source
See Implementation
dlib
core
thread
aliases
LPTHREAD_START_ROUTINE
classes
Thread
functions
CloseHandle
CreateThread
GetExitCodeThread
TerminateThread
WaitForMultipleObjects
manifest constants
INFINITE
STILL_ACTIVE
structs
SECURITY_ATTRIBUTES