ck_array_buffer (3) Linux Manual Page
ck_array_buffer – 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 *lengthDescription
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.See Also
ck_array_commit3, ck_array_put3, ck_array_put_unique3, ck_array_remove3, ck_array_init3 ck_array_deinit3, ck_array_length3, ck_array_initialized3, CK_ARRAY_FOREACH3Additional information available at http://concurrencykit.org/
