1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-03 21:21:08 +01:00
Werner Koch 53ae21e745 Yep. No lost threads anymore.
(_pth_strerror): Renamed to ...
(w32_strerror): .. this. And let callers provide a buffer.
(spawn_helper_thread): Removed HD arg and hardwire the stack size
to 32k.
(do_pth_wait): Removed use of ATTR; not needed for the helper
threads.
(helper_thread): Renamed to ..
(launch_thread): .. this.  Release handle if not joinable.
(struct pth_priv_hd_s): Renamed to ...
(struct thread_info_s): .. this.  Add member JOINABLE and TH.
2004-12-14 19:20:36 +00:00
..
2003-01-09 12:36:05 +00:00
2004-12-14 19:20:36 +00:00
2003-11-17 12:20:11 +00:00
2003-01-09 12:36:05 +00:00
2004-12-02 07:48:09 +00:00
2003-01-09 12:36:05 +00:00
2003-11-17 12:20:11 +00:00
2003-11-17 12:20:11 +00:00
2004-12-02 07:48:09 +00:00
2004-12-14 19:20:36 +00:00
2003-01-09 12:36:05 +00:00
2003-01-09 12:36:05 +00:00

jnlib - this is a collection of utility function which are
too small to put into a library.

libjnlib-config.h should be be modified for each project
to make these functions fit into the software.	Mainly these
are memory functions in case you need another allocator.