You are here

function lock_release_all in Drupal 6

Same name in this branch
  1. 6 includes/lock.inc \lock_release_all()
  2. 6 includes/lock-install.inc \lock_release_all()
Same name and namespace in other branches
  1. 7 includes/lock.inc \lock_release_all()

Release all previously acquired locks.

1 string reference to 'lock_release_all'
_lock_id in includes/lock.inc
Helper function to get this request's unique id.

File

includes/lock-install.inc, line 61
A stub lock implementation to be used during the installation process when database access is not yet available. Because Drupal's install system should never be running in more than on concurrant request, we can bypass any need for locking.

Code

function lock_release_all($lock_id = NULL) {
}