ck_array_put (3) Linux Manual Page
NAME ck_array_put – attempt immediate or deferred insertion of a pointer into array LIBRARY Concurrency Kit (libck, -lck) SYNOPSIS In ck_array.h Ft bool Fn ck_array_put ck_array_t *array void *pointer DESCRIPTION The Fn ck_array_put 3 function will attempt to insert the value of Fa pointer into the array pointed to by Fa array . This function…
