Searched refs:get_lock (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcmd_dbd.c365 if ((db_locked = get_lock(LOCK_EXCL, dbpath)) == -1)
373 if ((db_locked = get_lock(LOCK_SHRD, NULL)) != LOCK_SHRD)
387 if ((db_locked = get_lock(LOCK_FREE, NULL)) != 0)
398 if ((db_locked = get_lock(LOCK_EXCL, dbpath)) == -1)
427 if (get_lock(LOCK_UNLOCK, NULL) != 0)
429 if (get_lock(LOCK_SHRD, NULL) != LOCK_SHRD)
457 get_lock(0, NULL);
H A Ddbif.h68 /* get_lock cmd and return value */
96 extern int get_lock(int cmd, const char *dbpath);
H A Dmain.c325 if ((db_locked = get_lock(LOCK_EXCL, dbpath)) == -1) {
331 if ((db_locked = get_lock(LOCK_SHRD, NULL)) != LOCK_SHRD) {
364 if (get_lock(LOCK_UNLOCK, NULL) != 0) {
368 if (get_lock(LOCK_SHRD, NULL) != LOCK_SHRD) {
H A Ddbif.c338 int get_lock(int cmd, const char *dbpath) function
397 LOG(log_debug, logtype_cnid, "get_lock: got %s lock",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dmdbscript.tcl100 proc get_lock { k } { procedure
115 get_lock [is_substr $errorInfo "DB_LOCK_NOTGRANTED"] 1
120 error_check_good get_lock [is_valid_lock $klock $dbenv] TRUE
173 if { [get_lock $key] == 1 } {
212 if { [get_lock $key] == 1 } {
253 if { [get_lock $key] == 1 } {
313 if { [get_lock $key] == 1 } {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_except.cpp290 DbLock* DbLockNotGrantedException::get_lock() const function in class:DbLockNotGrantedException
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_deadlock.c705 goto get_lock;
724 get_lock: id_array[id].last_lock = R_OFFSET(&lt->reginfo, lp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h1141 DbLock *get_lock() const;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h1142 DbLock *get_lock() const;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h1142 DbLock *get_lock() const;

Completed in 116 milliseconds