ck_array_length(3) returns the number of pointers committed to an array

LIBRARY

Concurrency Kit (libck, -lck)

SYNOPSIS

In ck_array.h Ft unsigned int Fn ck_array_length ck_array_t *array

DESCRIPTION

The Fn ck_array_length 3 function returns the number of items a concurrent traversal operation would encounter at completion time.

RETURN VALUES

The number of traversal-visible pointers is returned.