Logo
Functions
shared_memory.cc File Reference
#include "shared_memory.hh"
Include dependency graph for shared_memory.cc:

Functions

struct semaphoresemaphore_create (const char *semaphore_name, unsigned qs)
 
struct semaphoresemaphore_open (const char *semaphore_name)
 
void semaphore_close (struct semaphore *semap)
 

Function Documentation

◆ semaphore_close()

void semaphore_close ( struct semaphore semap)

◆ semaphore_create()

struct semaphore* semaphore_create ( const char *  semaphore_name,
unsigned  qs 
)

◆ semaphore_open()

struct semaphore* semaphore_open ( const char *  semaphore_name)