Searched refs:is_alive (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/mutex/
H A Dmut_failchk.c53 if (dbenv->is_alive(
/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock_failchk.c60 if (dbenv->is_alive(dbenv, lip->pid, lip->tid, 0))
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_failchk.c55 if (dbenv->is_alive(dbenv, td->pid, td->tid, 0))
/macosx-10.9.5/BerkeleyDB-21/db/env/
H A Denv_failchk.c49 "DB_ENV->failchk requires DB_ENV->is_alive be configured");
111 "is_alive method specified but no thread region allocated");
226 if (dbenv->is_alive(
349 * can take it, otherwise we must call is_alive before freeing
357 ALIVE_ON(env) && !dbenv->is_alive(
H A Denv_method.c991 __env_set_isalive(dbenv, is_alive)
993 int (*is_alive) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t));
1001 "is_alive method specified but no thread region allocated");
1004 dbenv->is_alive = is_alive;
H A Denv_stat.c277 STAT_ISSET("IsAlive", dbenv->is_alive);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Derlang.vim83 syn keyword erlangBIF integer_to_list is_alive
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb_int.h379 * ALIVE_ON The is_alive function is configured.
395 #define ALIVE_ON(env) ((env)->dbenv->is_alive != NULL)
H A Ddb.h1849 int (*is_alive) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t)); member in struct:__db_env
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb_int.h378 * ALIVE_ON The is_alive function is configured.
394 #define ALIVE_ON(env) ((env)->dbenv->is_alive != NULL)
H A Ddb.h1838 int (*is_alive) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t)); member in struct:__db_env
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb_int.h381 * ALIVE_ON The is_alive function is configured.
397 #define ALIVE_ON(env) ((env)->dbenv->is_alive != NULL)
H A Ddb.h1847 int (*is_alive) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t)); member in struct:__db_env
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb_int.h378 * ALIVE_ON The is_alive function is configured.
394 #define ALIVE_ON(env) ((env)->dbenv->is_alive != NULL)
H A Ddb.h1886 int (*is_alive) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t)); member in struct:__db_env
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb_int.h378 * ALIVE_ON The is_alive function is configured.
394 #define ALIVE_ON(env) ((env)->dbenv->is_alive != NULL)
H A Ddb.h1886 int (*is_alive) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t)); member in struct:__db_env
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_int.in377 * ALIVE_ON The is_alive function is configured.
393 #define ALIVE_ON(env) ((env)->dbenv->is_alive != NULL)
H A Ddb.in1859 int (*is_alive) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/dbreg/
H A Ddbreg.c691 if (dbenv->is_alive(dbenv, fnp->pid, 0, DB_MUTEX_PROCESS_ONLY))

Completed in 283 milliseconds