|
MediaProcessors
|
#include "fair_lock.h"#include <stdlib.h>#include <pthread.h>#include <string.h>#include "check_utils.h"#include "log.h"#include "stat_codes.h"
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_t * | fair_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) |
1.8.11