File List
Here is a list of all documented files with brief descriptions:
| bbuffer.h [code] | Bounded Buffer implementation to manage int values that supports multiple readers but only a single writer |
| cas.h [code] | CAS implementation using the cmpxchg x86 instruction |
| i4httools.h [code] | Misc routines for the http server |
| sem.h [code] | Semaphore implementation for the synchronization of POSIX threads |