Searched refs:__mutex_alloc (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_region.c51 if ((ret = __mutex_alloc(
61 if ((ret = __mutex_alloc(
65 if ((ret = __mutex_alloc(
69 if ((ret = __mutex_alloc(
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_region.c59 if ((ret = __mutex_alloc(
123 if ((ret = __mutex_alloc(
131 if ((ret = __mutex_alloc(
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dmutex_ext.h9 int __mutex_alloc __P((ENV *, int, u_int32_t, db_mutex_t *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_region.c192 if ((ret = __mutex_alloc(
255 if ((ret = __mutex_alloc(
259 if ((ret = __mutex_alloc(
263 if ((ret = __mutex_alloc(
H A Dlock.c796 if ((ret = __mutex_alloc(env, MTX_LOGICAL_LOCK,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_region.c126 __mutex_alloc(env, MTX_MUTEX_TEST, 0, &mutex) != 0) ||
177 if ((ret = __mutex_alloc(
H A Dmut_alloc.c15 * __mutex_alloc --
18 * PUBLIC: int __mutex_alloc __P((ENV *, int, u_int32_t, db_mutex_t *));
21 __mutex_alloc(env, alloc_id, flags, indxp) function
H A Dmut_method.c42 ret = __mutex_alloc(env, MTX_APPLICATION, flags, indxp);
H A Dmut_stub.c46 __mutex_alloc(env, alloc_id, flags, indxp) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_region.c140 if ((ret = __mutex_alloc(env,
201 __mutex_alloc(env, MTX_MPOOL_REGION, 0, &mp->mtx_region)) != 0)
221 if ((ret = __mutex_alloc(env,
235 if ((ret = __mutex_alloc(env, MTX_MPOOL_HASH_BUCKET,
245 if ((ret = __mutex_alloc(env, MTX_MPOOL_IO,
H A Dmp_fopen.c267 if ((ret = __mutex_alloc(env, MTX_MPOOL_FH,
755 if ((ret = __mutex_alloc(env,
H A Dmp_fget.c179 __mutex_alloc(env, MTX_TXN_MVCC, 0, &td->mvcc_mtx)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_open.c371 if ((ret = __mutex_alloc(env,
373 (ret = __mutex_alloc(env,
407 if ((ret = __mutex_alloc(env, MTX_ENV_DBLIST,
429 if ((ret = __mutex_alloc(
H A Denv_region.c658 if ((ret = __mutex_alloc(
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog.c77 if ((ret = __mutex_alloc(env,
215 __mutex_alloc(env, MTX_LOG_REGION, 0, &lp->mtx_region)) != 0)
242 __mutex_alloc(env, MTX_LOG_FILENAME, 0, &lp->mtx_filelist)) != 0)
244 if ((ret = __mutex_alloc(env, MTX_LOG_FLUSH, 0, &lp->mtx_flush)) != 0)
H A Dlog_put.c936 if ((ret = __mutex_alloc(env, MTX_TXN_COMMIT,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb.c421 if (LF_ISSET(DB_THREAD) && (ret = __mutex_alloc(
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/sequence/
H A Dsequence.c211 if ((ret = __mutex_alloc(env,

Completed in 124 milliseconds