pazpar2  1.14.1
Functions
incref.h File Reference

MUTEX protect ref counts. More...

#include <yaz/mutex.h>

Go to the source code of this file.

Functions

void pazpar2_incref (int *ref, YAZ_MUTEX mutex)
 
int pazpar2_decref (int *ref, YAZ_MUTEX mutex)
 

Detailed Description

MUTEX protect ref counts.

Definition in file incref.h.

Function Documentation

◆ pazpar2_decref()

int pazpar2_decref ( int *  ref,
YAZ_MUTEX  mutex 
)

Definition at line 38 of file incref.c.

Referenced by client_destroy(), and service_destroy().

◆ pazpar2_incref()

void pazpar2_incref ( int *  ref,
YAZ_MUTEX  mutex 
)

Definition at line 30 of file incref.c.

Referenced by client_incref(), and service_incref().