lock_init

6 lock.inc lock_init()
6 lock-install.inc lock_init()

Initialize the locking system.

2 calls to lock_init()

File

includes/lock-install.inc, line 14
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_init() { }
Login or register to post comments