single start thread
常見(jiàn)例句
- If the SQLITE_OPEN_FULLMUTEX flag is set then the database connection opens in the serialized threading mode unless single-thread was previously selected at compile-time or start-time.
如果設(shè)置了SQLITE_OPEN_FULLMUTEX ,那麼數(shù)據(jù)庫(kù)連接以串行線(xiàn)程模式打開(kāi),除非之前在編譯期或開(kāi)始時(shí)選擇了單線(xiàn)程。 - If the SQLITE_OPEN_NOMUTEX flag is set, then the database connection opens in the multi-thread threading mode as long as the single-thread mode has not been set at compile-time or start-time.
如果設(shè)置了SQLITE_OPEN_NOMUTEX,衹要沒(méi)有在編譯期或開(kāi)始時(shí)設(shè)置單線(xiàn)程模式,數(shù)據(jù)庫(kù)連接就以多線(xiàn)程線(xiàn)程模式打開(kāi)。 返回 single start thread