mutex.so

来自「berkeley db 4.6.21的源码。berkeley db是一个简单的数」· SO 代码 · 共 24 行

SO
24
字号
m4_comment([$Id: mutex.so,v 1.3 2005/11/08 02:45:20 bostic Exp $])m4_ref_title(Upgrading m4_db Applications,    Release 4.4: mutexes,,    upgrade.4.4/joinenv, upgrade.4.4/clear)m4_p([dnlThe DB_ENV__GT__set_tas_spins and DB_ENV__GT__get_tas_spins methods havebeen renamed to m4_ref(mutex_set_tas_spins) andm4_ref(mutex_get_tas_spins) to match the new mutex support in the m4_db4.4 release.  Applications calling the old methods should be updated touse the new method names.])m4_p([dnlFor backward compatibility, the string "set_tas_spins" is still supportedin DB_CONFIG files.])m4_p([dnlThe --with-mutexalign=ALIGNMENT compile-time configuration option hasbeen removed from m4_db configuration.  Mutex alignment should now beconfigured at run-time, using the m4_refT(mutex_set_align).])m4_page_footer

⌨️ 快捷键说明

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