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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

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