xz/src/common
Lasse Collin 6b44b4a775 Add native threading support on Windows.
Now liblzma only uses "mythread" functions and types
which are defined in mythread.h matching the desired
threading method.

Before Windows Vista, there is no direct equivalent to
pthread condition variables. Since this package doesn't
use pthread_cond_broadcast(), pre-Vista threading can
still be kept quite simple. The pre-Vista code doesn't
use anything that wasn't already available in Windows 95,
so the binaries should run even on Windows 95 if someone
happens to care.
2013-09-17 11:52:28 +03:00
..
common_w32res.rc Windows: Update common_w32res.rc. 2010-10-09 12:52:12 +03:00
mythread.h Add native threading support on Windows. 2013-09-17 11:52:28 +03:00
sysdefs.h Workaround unusual SIZE_MAX on SCO OpenServer. 2011-08-09 21:16:44 +03:00
tuklib_common.h Avoid non-standard preprocessor construct. 2009-09-22 13:40:19 +03:00
tuklib_config.h Use a tuklib module for integer handling. 2009-10-04 22:57:12 +03:00
tuklib_cpucores.c Fix the previous commit which broke the build. 2013-08-04 15:24:09 +03:00
tuklib_cpucores.h Various changes. 2009-09-19 09:47:30 +03:00
tuklib_exit.c Various changes. 2009-09-19 09:47:30 +03:00
tuklib_exit.h Various changes. 2009-09-19 09:47:30 +03:00
tuklib_gettext.h Fix use of N_() and ngettext(). 2010-09-07 10:42:13 +03:00
tuklib_integer.h Update tuklib_integer.h with bit scan functions. 2009-11-22 11:52:30 +02:00
tuklib_mbstr.h xz: Multiple fixes. 2010-09-10 10:30:33 +03:00
tuklib_mbstr_fw.c xz: Multiple fixes. 2010-09-10 10:30:33 +03:00
tuklib_mbstr_width.c xz: Multiple fixes. 2010-09-10 10:30:33 +03:00
tuklib_open_stdxxx.c Don't call close(-1) in tuklib_open_stdxxx() on error. 2011-05-28 16:43:26 +03:00
tuklib_open_stdxxx.h Various changes. 2009-09-19 09:47:30 +03:00
tuklib_physmem.c Updates to tuklib_physmem and tuklib_cpucores. 2010-05-10 19:54:15 +03:00
tuklib_physmem.h Various changes. 2009-09-19 09:47:30 +03:00
tuklib_progname.c Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
tuklib_progname.h Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00