mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 10:42:50 -06:00
back to storing rwlocks in a separate file to avoid moving the lock
This commit is contained in:
@@ -62,7 +62,9 @@ private:
|
||||
const char *filepath;
|
||||
malloc_state* ms;
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifndef _WIN32
|
||||
pthread_rwlock_t *rwlock;
|
||||
#else
|
||||
HANDLE hMap;
|
||||
HANDLE hRWEvent;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user