1
0
Files
2022-09-29 17:59:04 +03:00

11 lines
334 B
Plaintext

This directory contains the code for the pthreads interface of the SEM.
sss_pthreads.c - Code to actually use the pthreads library. If we move the
SEM to another platform.. any platform dependencies have
to be made here.
sss_pthreads.h - Source files which use the pthreads functions above have to
include this file.