EVTHREAD_READ

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 reading.

extern (C) nothrow
enum EVTHREAD_READ = 0x08;

Meta