EVTHREAD_WRITE

A flag passed to a locking callback when the lock was allocated as a * read-write lock, and we want to acquire or release the lock for writing.

extern (C) nothrow
enum EVTHREAD_WRITE = 0x04;

Meta