11 calls to lock_acquire()
- DrupalCacheArray::set in drupal-7.x/
includes/ bootstrap.inc - Writes a value to the persistent cache immediately.
- drupal_cron_run in drupal-7.x/
includes/ common.inc - Executes a cron run when called.
- image_style_deliver in drupal-7.x/
modules/ image/ image.module - Page callback: Generates a derivative, given a style and image path.
- locale in drupal-7.x/
modules/ locale/ locale.module - Provides interface translation services.
- LockFunctionalTest::testLockAcquire in drupal-7.x/
modules/ simpletest/ tests/ lock.test - Confirm that we can acquire and release locks in two parallel requests.
- menu_rebuild in drupal-7.x/
includes/ menu.inc - Populates the database tables used by various menu functions.
- registry_update in drupal-7.x/
includes/ bootstrap.inc - Updates the registry based on the latest files listed in the database.
- system_test_lock_acquire in drupal-7.x/
modules/ simpletest/ tests/ system_test.module - Try to acquire a named lock and report the outcome.
- system_test_lock_exit in drupal-7.x/
modules/ simpletest/ tests/ system_test.module - Try to acquire a specific lock, and then exit.
- ThemeRegistry::set in drupal-7.x/
includes/ theme.inc - Writes a value to the persistent cache immediately.
- variable_initialize in drupal-7.x/
includes/ bootstrap.inc - Loads the persistent variable table.