⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lock.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: lock.so,v 1.6 2001/09/27 02:25:51 bostic Exp $])m4_ref_title(Upgrading m4_db Applications,    Release 4.0: lock_XXX,,    upgrade.4.0/deadlock, upgrade.4.0/log)m4_p([dnlThe C API for the m4_db Locking subsystem was reworked in the 4.0release as follows:])m4_table_begin(, _center)m4_table_header(Historic functional interface, m4_db 4.X method)m4_table_element(lock_detect, m4_ref(lock_detect))m4_table_element(lock_get, m4_ref(lock_get))m4_table_element(lock_id, m4_ref(lock_id))m4_table_element(lock_put, m4_ref(lock_put))m4_table_element(lock_stat, m4_ref(lock_stat))m4_table_element(lock_vec, m4_ref(lock_vec))m4_table_endm4_p([dnlApplications calling any of these functions should update their callsto use the enclosing m4_ref(DbEnv) handle's method (easily done as thefirst argument to the existing call is the correct handle to use).])m4_p([dnlIn addition, the m4_ref(lock_stat) call has been changed in the 4.0release to take a flags argument.  To leave their historic behaviorunchanged, applications should add a final argument of 0 to any callsmade to m4_ref(lock_stat).])m4_p([dnlThe C++ and Java APIs for the DbLock::put (DbLock.put) method wasreworked in the 4.0 release to make the lock put interface a method ofthe m4_ref(DbEnv) handle rather than the DbLock handle.  Applicationscalling the DbLock::put or DbLock.put method should update their callsto use the enclosing m4_ref(DbEnv) handle's method (easily done as thefirst argument to the existing call is the correct handle to use).])m4_page_footer

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -