MediaProcessors
Classes | Typedefs | Functions
fair_lock.c File Reference
#include "fair_lock.h"
#include <stdlib.h>
#include <pthread.h>
#include <string.h>
#include "check_utils.h"
#include "log.h"
#include "stat_codes.h"
Include dependency graph for fair_lock.c:

Go to the source code of this file.

Classes

struct  fair_lock_s
 

Typedefs

typedef struct fair_lock_s fair_lock_t
 

Functions

fair_lock_tfair_lock_open ()
 
void fair_lock_close (fair_lock_t **ref_fair_lock)
 
void fair_lock (fair_lock_t *fair_lock)
 
void fair_unlock (fair_lock_t *fair_lock)