Searched refs:lock_ (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_lock.cpp23 : lock_(value)
29 memset(&lock_, 0, sizeof(DB_LOCK));
33 : lock_(that.lock_)
39 lock_ = that.lock_;
H A Dcxx_except.cpp224 delete lock_;
235 , lock_(new DbLock(lock))
245 , lock_(NULL)
257 lock_ = (that.lock_ != NULL) ? new DbLock(*that.lock_) : NULL;
269 lock_ = (that.lock_ != NULL) ? new DbLock(*that.lock_) : NULL;
292 return lock_;
[all...]
H A Dcxx_env.cpp440 (dbenv, locker, flags, obj, lock_mode, &lock->lock_),
446 DBENV_METHOD(lock_put, (DbLock *lock), (dbenv, &lock->lock_))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devthread.c180 debug_lock_free(void *lock_, unsigned locktype) argument
182 struct debug_lock *lock = lock_;
210 debug_lock_lock(unsigned mode, void *lock_) argument
212 struct debug_lock *lock = lock_;
243 debug_lock_unlock(unsigned mode, void *lock_) argument
245 struct debug_lock *lock = lock_;
294 _evthread_is_debug_lock_held(void *lock_) argument
296 struct debug_lock *lock = lock_;
308 _evthread_debug_get_real_lock(void *lock_) argument
310 struct debug_lock *lock = lock_;
315 evthread_setup_global_lock_(void *lock_, unsigned locktype, int enable_locks) argument
[all...]
H A Devthread-internal.h359 void *evthread_setup_global_lock_(void *lock_, unsigned locktype,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dlocking-selftest.c172 #define L(x) spin_lock(&lock_##x)
173 #define U(x) spin_unlock(&lock_##x)
175 #define SI(x) spin_lock_init(&lock_##x)
894 # define I_SPINLOCK(x) lockdep_reset_lock(&lock_##x.dep_map)
915 spin_lock_init(&lock_##x); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h737 DB_LOCK lock_; member in class:DbLock
1148 DbLock *lock_; member in class:DbLockNotGrantedException
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h738 DB_LOCK lock_; member in class:DbLock
1149 DbLock *lock_; member in class:DbLockNotGrantedException
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h738 DB_LOCK lock_; member in class:DbLock
1149 DbLock *lock_; member in class:DbLockNotGrantedException

Completed in 201 milliseconds