function lock_release_all
7.x lock.inc | lock_release_all($lock_id = NULL) |
6.x lock.inc | lock_release_all($lock_id = NULL) |
6.x lock-install.inc | lock_release_all($lock_id = NULL) |
Release all previously acquired locks.
1 string reference to 'lock_release_all'
File
- 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.
Code
function lock_release_all($lock_id = NULL) {
}