winapi - Monitor as synchronization on Windows -



winapi - Monitor as synchronization on Windows -

is there implementation of monitor on windows? didn't see win32 api references monitor.

windows not have monitor implementation of own. however, vista introduced condition variables , slim reader/writer locks, can used create monitor implementation.

winapi synchronization

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -