alive.so

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

SO
20
字号
m4_comment([$Id: alive.so,v 1.2 2006/03/15 19:39:19 bostic Exp $])m4_ref_title(Upgrading m4_db Applications,    Release 4.5: DB-__GT__set_isalive,,    upgrade.4.5/deprecate, upgrade.4.5/elect)m4_p([dnlIn previous releases, the function specified to them4_refT(dbenv_set_isalive) did not take a flags parameter.  In the m4_db4.5 release, an additional flags argument has been added:m4_ref(DB_MUTEX_PROCESS_ONLY).])m4_p([dnlApplications configuring an is-alive function should add a flagsargument to the function, and change the function to ignore any threadID and return the status of just the process, when them4_ref(DB_MUTEX_PROCESS_ONLY) flag is specified.])m4_page_footer

⌨️ 快捷键说明

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