System-V semaphores based locking. More...
Public Member Functions | |
get ($key) | |
acquire lock | |
free ($key) | |
release lock | |
drop ($key) | |
completely remove lock |
System-V semaphores based locking.
Definition at line 17 of file SystemFiveLocker.class.php.
SystemFiveLocker::drop | ( | $ | key | ) |
completely remove lock
Reimplemented from BaseLocker.
Definition at line 47 of file SystemFiveLocker.class.php.
SystemFiveLocker::free | ( | $ | key | ) |
release lock
Reimplemented from BaseLocker.
Definition at line 33 of file SystemFiveLocker.class.php.
SystemFiveLocker::get | ( | $ | key | ) |
acquire lock
Reimplemented from BaseLocker.
Definition at line 19 of file SystemFiveLocker.class.php.
References Assert::isUnreachable().