Ruby/Справочник/Windows::Synchronize

Класс Windows::Synchronize

(нет описания...)


Константы

CreateEvent, CreateMutex, CreateSemaphore, EVENT_ALL_ACCESS, EVENT_MODIFY_STATE, GetOverlappedResult, INFINITE, MUTEX_ALL_ACCESS, MUTEX_MODIFY_STATE, MWMO_ALERTABLE, MWMO_INPUTAVAILABLE, MWMO_WAITALL, MsgWaitForMultipleObjects, MsgWaitForMultipleObjectsEx, OpenEvent, OpenMutex, OpenSemaphore, QS_ALLEVENTS, QS_ALLINPUT, QS_ALLPOSTMESSAGE, QS_HOTKEY, QS_INPUT, QS_KEY, QS_MOUSE, QS_MOUSEBUTTON, QS_MOUSEMOVE, QS_PAINT, QS_POSTMESSAGE, QS_RAWINPUT, QS_SENDMESSAGE, QS_TIMER, ReleaseMutex, ReleaseSemaphore, ResetEvent, SEMAPHORE_ALL_ACCESS, SEMAPHORE_MODIFY_STATE, SetEvent, WAIT_ABANDONED, WAIT_FAILED, WAIT_OBJECT_0, WAIT_TIMEOUT, WaitForMultipleObjects, WaitForMultipleObjectsEx, WaitForSingleObject, WaitForSingleObjectEx

Методы объекта

CreateEvent, CreateMutex, CreateSemaphore, GetOverlappedResult, MsgWaitForMultipleObjectsEx, MsgWaitForMultipleObjects, OpenEvent, OpenMutex, OpenSemaphore, ReleaseMutex, ReleaseSemaphore, ResetEvent, SetEvent, WaitForMultipleObjectsEx, WaitForMultipleObjects, WaitForSingleObjectEx, WaitForSingleObject

Windows::Synchronize#CreateEvent


 CreateEvent(attributes, reset, state, name)

(нет описания...)

Windows::Synchronize#CreateMutex


 CreateMutex(attributes, owner, name)

(нет описания...)

Windows::Synchronize#CreateSemaphore


 CreateSemaphore(attributes, initial, max, name)

(нет описания...)

Windows::Synchronize#GetOverlappedResult


 GetOverlappedResult(handle, overlapped, bytes_transferred, wait)

(нет описания...)

Windows::Synchronize#MsgWaitForMultipleObjects


 MsgWaitForMultipleObjects(count, handles, wait, milli, mask)

(нет описания...)

Windows::Synchronize#MsgWaitForMultipleObjectsEx


 MsgWaitForMultipleObjectsEx(count, handles, milli, mask, flags)

(нет описания...)

Windows::Synchronize#OpenEvent


 OpenEvent(access, handle, name)

(нет описания...)

Windows::Synchronize#OpenMutex


 OpenMutex(access, handle, name)

(нет описания...)

Windows::Synchronize#OpenSemaphore


 OpenSemaphore(access, handle, name)

(нет описания...)

Windows::Synchronize#ReleaseMutex


 ReleaseMutex(handle)

(нет описания...)

Windows::Synchronize#ReleaseSemaphore


 ReleaseSemaphore(handle, release_count, previous_count)

(нет описания...)

Windows::Synchronize#ResetEvent


 ResetEvent(handle)

(нет описания...)

Windows::Synchronize#SetEvent


 SetEvent(handle)

(нет описания...)

Windows::Synchronize#WaitForMultipleObjects


 WaitForMultipleObjects(count, handles, wait_all, milliseconds)

(нет описания...)

Windows::Synchronize#WaitForMultipleObjectsEx


 WaitForMultipleObjectsEx(count, handles, wait_all, milliseconds, alertable)

(нет описания...)

Windows::Synchronize#WaitForSingleObject


 WaitForSingleObject(handle, milliseconds)

(нет описания...)

Windows::Synchronize#WaitForSingleObjectEx


 WaitForSingleObjectEx(handle, milliseconds, alertable)

(нет описания...)