DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

DB_ENV->lock_put

API Ref

#include <db.h>

int DB_ENV->lock_put(DB_ENV *env, DB_LOCK *lock);


Description: DB_ENV->lock_put

The DB_ENV->lock_put method releases lock.

The DB_ENV->lock_put method returns a non-zero error value on failure and 0 on success.

Parameters

lock
The lock parameter is the lock to be released.

Errors

The DB_ENV->lock_put method may fail and return one of the following non-zero errors:

EINVAL
An invalid flag value or parameter was specified.

Class

DB_ENV, DB_LOCK

See Also

Locking Subsystem and Related Methods

APIRef

Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.