sema: New program for hacking with semaphores.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 6 Mar 2016 22:25:44 +0000 (22:25 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 3 May 2016 08:49:54 +0000 (09:49 +0100)
commit300a556d392d9bd6ac5b98c1b4b2d0a052459053
treed118f4a6951c93e6056c5d8be00b0b33cb9a917b
parent0f581568f662310ff4a32e3d43016fff268d10bd
sema: New program for hacking with semaphores.

This one needs some surprising support features.

  * C++ can find out what the maximum `time_t' value is, even though C
    can't.

  * Introduce a magic `compiler_fence' function, to force things into
    memory while we synchronize hackily with a signal handler.
Makefile.am
configure.ac
debian/control
debian/inst
fence.c [new file with mode: 0644]
fence.h [new file with mode: 0644]
sema.1 [new file with mode: 0644]
sema.c [new file with mode: 0644]
timemax.cc [new file with mode: 0644]
timemax.h [new file with mode: 0644]