/w32pth

Pth Emulation for W32. NOTE: Maintainers are not tracking this mirror. Do not make pull requests here, nor comment any commits, submit them usual way to bug tracker (https://www.gnupg.org/documentation/bts.html) or to the mailing list (https://www.gnupg.org/documentation/mailing-lists.html).

Primary LanguageShellGNU Lesser General Public License v2.1LGPL-2.1

                                W32PTH
                  An emulation of PTH for MS Windows
                 ------------------------------------

This is an emulation of GNU PTH for MS Windows (W32).  It works by
blocking all threads when outside of one of the pth functions and
using standard W32 threads and suncronization mechanisms to emulate
the behaviour of PTH.

It is currently limited to what GnuPG 2.0 requires.


Missing stuff:

  PTH_MODE_STATIC is known but ignored.
  PTH_MODE_REUSE
  PTH_MODE_CHAIN

  rwlock - currently just a mutex

  as well as many more things.