51.5. slapi_task_dec_refcount()

Decrements the task reference count to prevent freeing any shared data before the threads are finished with it.
Reference counts are used by tasks which initiate multiple threads.
Syntax

void slapi_task_dec_refcount(Slapi_Task *task)

Parameters

This function takes the following parameter:

task Points to the task operation which is being performed by the server.