Searched refs:getReadLock (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRawByteChannel.h78 std::mutex &getReadLock() { return readLock; } function in class:llvm::orc::rpc::RawByteChannel
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c22704 static int getReadLock( os2File *pFile ){ function
22816 res = getReadLock(pFile);
22862 getReadLock(pFile);
22966 if( locktype==SHARED_LOCK && getReadLock(pFile) != NO_ERROR ){
22969 OSTRACE(( "UNLOCK %d to %d getReadLock() failed\n", pFile->h, locktype ));
32898 static int getReadLock(winFile *pFile){ function
[all...]

Completed in 373 milliseconds