Home
last modified time | relevance | path

Searched refs:create_lock (Results 1 – 25 of 104) sorted by relevance

12345

/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Test/
H A DTestDatabase.php65 * @param bool $create_lock
73 public function __construct($db_prefix = NULL, $create_lock = FALSE) { argument
75 $this->lockId = $this->getTestLock($create_lock);
114 * @param bool $create_lock
120 protected function getTestLock($create_lock = FALSE) { argument
126 $create_lock = TRUE;
131 if ($create_lock && @symlink(__FILE__, $this->getLockFile($lock_id)) === FALSE) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Test/
H A DTestDatabase.php65 * @param bool $create_lock
73 public function __construct($db_prefix = NULL, $create_lock = FALSE) { argument
75 $this->lockId = $this->getTestLock($create_lock);
114 * @param bool $create_lock
120 protected function getTestLock($create_lock = FALSE) { argument
126 $create_lock = TRUE;
131 if ($create_lock && @symlink(__FILE__, $this->getLockFile($lock_id)) === FALSE) {
/dports/comms/gammu/gammu-1.42.0/tests/
H A Dlocking.c14 void create_lock(const char *name, const void *lock_data, const size_t lock_data_len) in create_lock() function
38 create_lock(TEST_LOCK, "1234567890", 10); in main()
46 create_lock(TEST_LOCK, pids, strlen(pids)); in main()
54 create_lock(TEST_LOCK, &pid, sizeof(int)); in main()
63 create_lock(TEST_LOCK, &pid, sizeof(int)); in main()
/dports/sysutils/openipmi/OpenIPMI-2.0.29/utils/
H A Dlocks.c83 if (lock->os_hnd && lock->os_hnd->create_lock) { in ipmi_create_lock_os_hnd()
84 rv = lock->os_hnd->create_lock(lock->os_hnd, &(lock->ll_lock)); in ipmi_create_lock_os_hnd()
134 if (lock->os_hnd && lock->os_hnd->create_lock) { in ipmi_create_rwlock_os_hnd()
H A Dos_handler.c202 if (os_hnd->create_lock && os_hnd->create_cond in os_handler_alloc_waiter_factory()
222 rv = os_hnd->create_lock(os_hnd, &nf->lock); in os_handler_alloc_waiter_factory()
322 rv = os_hnd->create_lock(os_hnd, &nw->lock); in os_handler_alloc_waiter()
/dports/security/zzuf/zzuf-0.13/src/common/
H A Dfd.c72 static int create_lock = 0; variable
311 create_lock++; in _zz_lock()
322 create_lock--; in _zz_unlock()
333 return create_lock; in _zz_islocked()
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_file_util.c256 gboolean create_lock) in gsb_file_util_modify_lock() argument
263 devel_debug_int (create_lock); in gsb_file_util_modify_lock()
285 if (create_lock) in gsb_file_util_modify_lock()
H A Dgsb_file_util.h16 gboolean create_lock);
/dports/net/vtun/vtun-3.0.4/
H A Dlock.c41 int create_lock(char * file) in create_lock() function
149 return create_lock(lock_file); in lock_host()
H A Dlock.h27 int create_lock(char * host);
/dports/sysutils/openipmi/OpenIPMI-2.0.29/cmdlang/
H A Dos_debug.c302 create_lock(os_handler_t *handler, in create_lock() function
548 .create_lock = create_lock,
553 .create_lock = NULL,
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Damflock-lnlock.c54 create_lock( in create_lock() function
218 (void)create_lock(tlockfile, mypid); in ln_lock()
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Damflock-lnlock.c54 create_lock( in create_lock() function
218 (void)create_lock(tlockfile, mypid); in ln_lock()
/dports/sysutils/openipmi/OpenIPMI-2.0.29/ui/
H A Dui_os.c294 create_lock(os_handler_t *handler, in create_lock() function
557 .create_lock = create_lock,
571 .create_lock = NULL,
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/filter_throttle_size/
H A Dsize_window.c94 static inline void *create_lock() in create_lock() function
193 table->lock = create_lock(); in create_throttle_size_table()
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Test/
H A DTestDatabaseTest.php70 protected function getTestLock($create_lock = FALSE) { argument
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Test/
H A DTestDatabaseTest.php70 protected function getTestLock($create_lock = FALSE) { argument
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lib/
H A Dopq.c99 if (os_hnd->create_lock) { in opq_alloc()
100 rv = os_hnd->create_lock(opq->os_hnd, &(opq->lock)); in opq_alloc()
/dports/devel/py-anyio/anyio-3.4.0/src/anyio/
H A D__init__.py96 create_condition, create_event, create_lock, create_semaphore)
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/
H A Dphoronix-test-suite.php116 if(pts_client::create_lock(PTS_USER_LOCK) == false)
/dports/sysutils/openipmi/OpenIPMI-2.0.29/unix/
H A Dposix_thread_os_hnd.c414 create_lock(os_handler_t *handler, in create_lock() function
869 .create_lock = create_lock,
957 if (os_hnd->create_lock(os_hnd, &l->lock)) { in slock_alloc()
/dports/sysutils/openipmi/OpenIPMI-2.0.29/tcl/
H A Dtcl_os_hnd.c323 create_lock(os_handler_t *handler, in create_lock() function
716 .create_lock = create_lock,
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_lockable_files.py280 self.lockable.create_lock()
307 self.lockable.create_lock()
/dports/net-p2p/opendchub/opendchub-0.8.3/src/
H A Dutils.c188 create_lock: in send_lock()
220 goto create_lock; in send_lock()
/dports/sysutils/openipmi/OpenIPMI-2.0.29/glib/
H A Dglib_os_hnd.c443 create_lock(os_handler_t *handler, in create_lock() function
817 .create_lock = create_lock,

12345