ck_bitmap_bits (3) Linux Manual Page
NAME
ck_bitmap_bits – return number of addressable bits in bitmap
LIBRARY
Concurrency Kit (libck, -lck)
SYNOPSIS
In ck_bitmap.h Ft unsigned int Fn ck_bitmap_bits ck_bitmap_t *bitmap
DESCRIPTION
The Fn ck_bitmap_bits function returns the maximum number of addressable bits in the object pointed to by Fa bitmap .
RETURN VALUES
This function returns a non-zero value.
SEE ALSO
ck_bitmap_base3, ck_bitmap_size3, ck_bitmap_init3, ck_bitmap_set3, ck_bitmap_reset3, ck_bitmap_test3, ck_bitmap_clear3, ck_bitmap_buffer3
Additional information available at http://concurrencykit.org/
