Metadata for libfullock-1.0.62-2.el8.src.rpm

0 directories 0 files
Go up

INFO

Name: libfullock
Version: 1.0.62-2.el8
Arch: aarch64
Summary: Fast User Level LOCK (FULLOCK) library for C/C++
License: MIT
Vendor: Fedora Project
Build Host: buildvm-a64-04.iad2.fedoraproject.org
Build Date: Fri Feb  7 07:13:55 2025
Size: 132327
URL: https://github.com/yahoojapan/fullock
Description: fullock is an open-source software for user level lock library sup-
ported by Yahoo! JAPAN. It runs on user level and provides two types
lock. One is a shared reader/writer lock which has the same function-
ality with pthread_rwlock. Another is a shared mutex lock which also
has the same functionality with pthread_mutex.

Here is primary fullock features:

1. fullock is a thread safety library which can be used for multi-
processing as well as for multi-threading.

2. fullock releases a mutex lock safely even if a lock owner
process exit with 0 in which case OS doesn't release the lock.

3. fullock provides a shared reader/writer lock. A lock owner
thread can get another lock again without deadlock.

Please visit our website and get more details at:

https://github.com/yahoojapan/fullock

FILES

fullock-1.0.62.tar.gz
libfullock.spec

REQUIRES

gcc-c++
git-core
libtool
make
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1

PROVIDES



CONFIG FILES

fullock-1.0.62.tar.gz
libfullock.spec s

LICENSE FILES

MIT