function lock_release_all

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

Release all previously acquired locks.

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

Archivo

drupal-6.x/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.

Código

function lock_release_all($lock_id = NULL) {
}