libfullock_1.0.38-1_amd64.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/antpickax/stable/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/antpickax/stable/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install libfullock=1.0.38-1

Fast User Level LOCK (FULLOCK) library for C/C++

Full description:
  Fast User Level LOCK (FULLOCK) library for C/C++
 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

Checksums

MD5 e5f6a7c045fa360d595db8d0604647ba
SHA1 b010d0b58ff3ad24d96129895fe9b240a87c8ec1
SHA256 18bbf6df92475075fa0f8638c761a7479543d755a8a4780c360bfd4bfd2e81be
SHA512 767cfe88c781485c462756439b5c702fa52668d7e052d1615e08fb690743a0a92b63eff39ceb31f9ae7ba8643c613030b2a7b89b53411850f7fe33432425adcc

Depends

  • libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)

Files

  • /usr/share/man/man3/fullock.3.gz
  • /usr/share/doc/libfullock/copyright
  • /usr/share/doc/libfullock/changelog.Debian.gz
  • /usr/lib/x86_64-linux-gnu/libfullock.so.1.0.38

Uploaded

over 3 years ago

Package Size

68.6 KB

Installed Size

219 KB

Downloads

9

wget

wget --content-disposition "https://packagecloud.io/antpickax/stable/packages/ubuntu/focal/libfullock_1.0.38-1_amd64.deb/download.deb?distro_version_id=210"

Homepage

https://github.com/yahoojapan/fullock