Aliquot Sequence Research  2.0
Compute properties of the sum-of-proper-divisors function.
Data Fields
lock_info_t Struct Reference

Protects buffer underlying PackedArray with an array of mutexs. More...

#include <PackedArray.h>

Data Fields

uint32_t num_locks
 
uint32_t lock_interval
 
omp_lock_t * locks
 

Detailed Description

Protects buffer underlying PackedArray with an array of mutexs.

Field Documentation

◆ lock_interval

lock_info_t::lock_interval

Computed value used internally.

◆ locks

lock_info_t::locks

Calloc'ed buffer of locks.

◆ num_locks

lock_info_t::num_locks

Number of mutexes protecting buffer undlying the PackedArray from concorent access.


The documentation for this struct was generated from the following file: