Which kinds of locks does this version of the locking API support? A bitfield of EVTHREAD_LOCKTYPE_RECURSIVE and EVTHREAD_LOCKTYPE_READWRITE.
(Note that RECURSIVE locks are currently mandatory, and READWRITE locks are not currently used.)
See Implementation
Which kinds of locks does this version of the locking API support? A bitfield of EVTHREAD_LOCKTYPE_RECURSIVE and EVTHREAD_LOCKTYPE_READWRITE.
(Note that RECURSIVE locks are currently mandatory, and READWRITE locks are not currently used.)