Searched refs:locker (Results 26 - 50 of 72) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_method.c330 * this dbp the same locker as the incoming one.
332 tmpdbp->locker = dbp->locker;
344 * Since we copied the locker ID from the dbp, we'd better not
347 tmpdbp->locker = NULL;
H A Dqam.c792 env, dbc->locker,
802 env, dbc->locker,
914 dbc->locker ? dbc->locker->id : 0,
1176 dbc->locker ? dbc->locker->id : 0,
1312 dbc->locker ? dbc->locker->id : 0,
1386 dbc->locker ? dbc->locker
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dmdbscript.tcl90 set locker [ $dbenv lock_id ]
103 global locker
111 if {[catch {$dbenv lock_get -nowait write $locker $k} klock] != 0 } {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironment.java561 @param locker
583 public Lock getLock(int locker, argument
590 dbenv.lock_get(locker, noWait ? DbConstants.DB_LOCK_NOWAIT : 0,
610 Allocate a locker ID.
612 The locker ID is guaranteed to be unique for the database environment.
614 Call {@link com.sleepycat.db.Environment#freeLockerID Environment.freeLockerID} to return the locker ID to
618 A locker ID.
627 Free a locker ID.
630 The locker id to be freed.
659 @param locker
670 lockVector(int locker, boolean noWait, LockRequest[] list) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_region.c267 /* Allocate room for the locker hash table and initialize it. */
348 DB_LOCKER *locker; local
372 /* Discard the locker hash table. */
400 while ((locker =
403 &lr->free_lockers, locker, links, __db_locker);
404 __env_alloc_free(reginfo, locker);
H A Dlock.c95 * given locker (used during transaction commit/abort), releasing
152 * Since the locker may hold no
155 * to be no locker; this is not an error.
321 * list[i].lock to the locker-id specified by
322 * the locker parameter.
326 * We are trading locker-id's on a lock to
373 __lock_get_pp(dbenv, locker, flags, obj, lock_mode, lock)
375 u_int32_t locker, flags;
396 (__lock_get_api(env, locker, flags, obj, lock_mode, lock)),
403 __lock_get_api(env, locker, flag
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb.c749 DB_LOCKER *locker; local
1009 if (!reuse && dbp->locker != NULL) {
1015 txn, &dbp->handle_lock, dbp->locker);
1021 dbp->locker, 0, &lreq, 1, NULL)) != 0 && ret == 0)
1025 __lock_id_free(env, dbp->locker)) != 0 && ret == 0)
1027 dbp->locker = NULL;
1033 * discard the locker ID allocated as the fileid.
1039 *(u_int32_t *)dbp->fileid, 0, &locker)) == 0)
1040 t_ret = __lock_id_free(env, locker);
H A Ddb_stati.c332 if (dbp->locker != NULL)
333 STAT_ULONG("Locker ID", dbp->locker->id);
433 STAT_HEX("Default locker ID", dbc->lref == NULL ? 0 : dbc->lref->id);
434 STAT_HEX("Locker", P_TO_ULONG(dbc->locker));
H A Ddb_join.c677 jc->j_curslist[0]->txn, jc->j_curslist[0]->locker, key_n,
871 * locker ID if we're doing CDB locking.
874 __db_join_primget(dbp, ip, txn, locker, key, data, flags)
878 DB_LOCKER *locker;
887 txn, dbp->type, PGNO_INVALID, 0, locker, &dbc)) != 0)
H A Ddb_cam.c42 (dbc)->locker, DB_LOCK_UPGRADE, &(dbc)->lock_dbt, \
396 dbc_orig->locker, &dbc_n)) != 0)
442 (ret = __lock_get(env, dbc_n->locker, 0,
487 dbtype, root, DBC_OPD, dbc_parent->locker, &opd)) != 0)
1206 PGNO_INVALID, 0, dbc_arg->locker, &fdbc)) != 0)
1280 * Use the same locker ID as our primary cursor, so that
1287 PGNO_INVALID, 0, dbc_arg->locker, &sdbc)) != 0)
1651 PGNO_INVALID, 0, dbc_arg->locker, &sdbc)) != 0)
2027 * new locker ID and leave ourselves open to deadlocks. (Even though
2032 dbc->txn, pdbp->type, PGNO_INVALID, 0, dbc->locker,
[all...]
H A Ddb_meta.c940 (void)__lock_vec(env, dbc->locker, 0, &req, 1, NULL);
1036 dbc->locker, lkflags, &dbc->lock_dbt, mode, lockp);
1063 dbc->locker, lkflags, couple, i, &reqp);
1122 ret = __lock_vec(env, dbc->locker, 0, couple, 2, &reqp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcrtslock.tex16 wxCriticalSectionLocker locker(gs_critSect);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dthreadpsx.cpp503 wxMutexLocker locker(m_mutex);
526 wxMutexLocker locker(m_mutex);
538 wxMutexLocker locker(m_mutex);
572 wxMutexLocker locker(m_mutex);
1711 wxMutexLocker locker( *gs_mutexDeleteThread );
H A Dsound.cpp55 wxMutexLocker locker(gs_soundMutex);
63 wxMutexLocker locker(gs_soundMutex);
H A Dgsocket.cpp306 wxMutexLocker locker(nameLock);
343 wxMutexLocker locker(addrLock);
436 wxMutexLocker locker(servLock);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_rec.c227 &argp->txnp->locker)) != 0)
230 argp->txnp->locker, 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dz85230.c699 static volatile int locker=0; local
703 if(locker)
708 locker=1;
753 locker=0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java209 public void lock_vec(/*u_int32_t*/ int locker, int flags, argument
212 db_javaJNI.DbEnv_lock_vec(swigCPtr, this, locker, flags, list,
383 public DbLock lock_get(int locker, int flags, com.sleepycat.db.DatabaseEntry object, int lock_mode) throws com.sleepycat.db.DatabaseException { argument
384 long cPtr = db_javaJNI.DbEnv_lock_get(swigCPtr, this, locker, flags, object, lock_mode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_typemaps.i521 %native(DbEnv_lock_vec) void DbEnv_lock_vec(DB_ENV *dbenv, u_int32_t locker,
526 jclass jcls, jlong jdbenvp, jobject jdbenv, jint locker, jint flags,
646 err = dbenv->lock_vec(dbenv, (u_int32_t)locker, (u_int32_t)flags,
H A Ddb_java.i230 public void lock_vec(/*u_int32_t*/ int locker, int flags,
233 db_javaJNI.DbEnv_lock_vec(swigCPtr, this, locker, flags, list,
H A Ddb.i87 %newobject DbEnv::lock_get(u_int32_t locker,
907 DB_LOCK *lock_get(u_int32_t locker,
911 errno = self->lock_get(self, locker, flags, object,
940 db_ret_t lock_vec(u_int32_t locker, u_int32_t flags, DB_LOCKREQ *list,
944 return self->lock_vec(self, locker, flags, list + offset,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp438 (u_int32_t locker, u_int32_t flags, const Dbt *obj,
440 (dbenv, locker, flags, obj, lock_mode, &lock->lock_),
451 (u_int32_t locker, u_int32_t flags, DB_LOCKREQ list[],
453 (dbenv, locker, flags, list, nlist, elist_returned),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPlatformSpecific.cpp304 wxMutexLocker locker(s_lock);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_record.c1364 DB_LOCKER *locker; local
1442 if ((ret = __lock_id(env, NULL, &locker)) != 0)
1446 __lock_get_list(env, locker, 0, DB_LOCK_WRITE, lock_dbt)) != 0)
1482 __lock_vec(env, locker, 0, &req, 1, &lvp)) != 0 && ret == 0)
1485 if ((t_ret = __lock_id_free(env, locker)) != 0 && ret == 0)
H A Drep_backup.c582 DB_LOCKER *locker; local
600 locker = NULL;
664 if ((ret = __lock_id(env, NULL, &locker)) != 0)
680 if ((ret = __lock_get(env, locker, DB_LOCK_NOWAIT, &lockdbt,
810 if (locker != NULL && (t_ret = __lock_id_free(env,
811 locker)) != 0 && ret == 0)
1209 * locker allocated, and if not, db_open allocates a locker
1217 if ((ret = __lock_id(env, NULL, &dbp->locker)) != 0)

Completed in 298 milliseconds

123