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

Home Page:https://git.gnupg.org/cgi-bin/gitweb.cgi?p=w32pth.git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                                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.

About

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

https://git.gnupg.org/cgi-bin/gitweb.cgi?p=w32pth.git

License:GNU Lesser General Public License v2.1


Languages

Language:Shell 71.9%Language:C 28.1%