首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Sqlite源码阅读。像F17025、U17032这样的ids是用来做什么的?

Sqlite源码阅读。像F17025、U17032这样的ids是用来做什么的?
EN

Stack Overflow用户
提问于 2010-02-12 21:41:13
回答 1查看 109关注 0票数 0

在SQLite源代码注释中,我看到了F17025、U17032等标识符。

sqlite3.c:

代码语言:javascript
复制
** The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
** to enter a mutex. {F17024} If another thread is already within the mutex,
** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
** SQLITE_BUSY. {F17025}  The sqlite3_mutex_try() interface returns SQLITE_OK
** upon successful entry.  {F17026} Mutexes created using
** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
** {F17027} In such cases the,

它们是用来做什么的?可能有相关的文档吧?

EN

回答 1

Stack Overflow用户

发布于 2010-02-12 21:49:02

我认为这些是对一些内部文档(比如Functional Requirements)的引用。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/2252117

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档