Function pcqueue_destroy

Function Documentation

void pcqueue_destroy(struct pcqueue *pcqueue)

Destroy a producer-consumer queue.

Any further use of the queue handle after calling this function is undefined.

Parameters:

pcqueue – The queue handle.