ck_array_buffer(3)
return length and pointer to array of reader-visible pointers
LIBRARY
Concurrency Kit (libck, -lck)
SYNOPSIS
In ck_array.h
Ft void *
Fn ck_array_buffer ck_array_t *array unsigned int *length
DESCRIPTION
The
Fn ck_array_buffer 3
returns a pointer to the array of pointers currently visible
to readers after the last commit operation in
Fa array .
The unsigned integer pointed to by
Fa length
is updated to reflect the length of the array.
RETURN VALUES
This function returns a pointer to an array of pointers.