Home
last modified time | relevance | path

Searched defs:hasMutex (Results 1 – 11 of 11) sorted by relevance

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos_win.c1318 u8 hasMutex; /* True if holding the winShmNode mutex */ member
H A Dos_unix.c3555 u8 hasMutex; /* True if holding the unixShmNode mutex */ member
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos_win.c3705 u8 hasMutex; /* True if holding the winShmNode mutex */ member
H A Dos_unix.c4070 u8 hasMutex; /* True if holding the unixShmNode mutex */ member
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos_win.c3766 u8 hasMutex; /* True if holding the winShmNode mutex */ member
H A Dos_unix.c4303 u8 hasMutex; /* True if holding the unixShmNode->pShmMutex */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos_win.c3765 u8 hasMutex; /* True if holding the winShmNode mutex */ member
H A Dos_unix.c4277 u8 hasMutex; /* True if holding the unixShmNode->pShmMutex */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos_win.c3766 u8 hasMutex; /* True if holding the winShmNode mutex */ member
H A Dos_unix.c4303 u8 hasMutex; /* True if holding the unixShmNode->pShmMutex */ member
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A Dstage.cpp3129 const bool hasMutex = static_cast<bool>(_primMapMutex); in _DestroyPrim() local