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)
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.


No differences found