The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
Functions
semaphore.c File Reference

API for POSIX semaphores in mmapped memory. More...

#include <sys/mman.h>
#include <freeradius-devel/util/semaphore.h>
#include <freeradius-devel/util/strerror.h>
#include <freeradius-devel/util/syserror.h>
+ Include dependency graph for semaphore.c:

Go to the source code of this file.

Functions

fr_sem_tfr_sem_alloc (void)
 
void fr_sem_free (fr_sem_t *sem)
 

Detailed Description

API for POSIX semaphores in mmapped memory.

Definition in file semaphore.c.

Function Documentation

◆ fr_sem_alloc()

fr_sem_t * fr_sem_alloc ( void  )

Definition at line 30 of file semaphore.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fr_sem_free()

void fr_sem_free ( fr_sem_t sem)

Definition at line 50 of file semaphore.c.

+ Here is the caller graph for this function: