aboutsummaryrefslogtreecommitdiff
path: root/src/common/mythread.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Change most public domain parts to 0BSD.Lasse Collin1-3/+0
2023-10-22mythread.h: Make MYTHREAD_POSIX compatible with MinGW-w64's winpthreads.Lasse Collin1-1/+22
2023-08-08mythread.h: Fix typo error in Vista threads mythread_once().Jamaika11-1/+1
2023-08-01mythread.h: Disable signal functions in builds targeting Wasm + WASI.ChanTsune1-1/+1
2023-01-12liblzma: Silence a warning from -Wsign-conversion in a 32-bit build.Lasse Collin1-2/+2
2023-01-06Style: Change #if !defined() to #ifndef in mythread.h.Jia Tan1-1/+1
2022-12-30liblzma: Includes sys/time.h conditionally in mythreadJia Tan1-1/+7
2022-12-30Build: No longer require HAVE_DECL_CLOCK_MONOTONIC to always be set.Jia Tan1-2/+2
2022-10-31Windows: Fix mythread_once() macro with Vista threads.Lasse Collin1-3/+4
2014-12-21Fix build when --disable-threads is used.Lasse Collin1-0/+2
2014-01-12Fix typos in comments.Lasse Collin1-1/+1
2013-09-17Add native threading support on Windows.Lasse Collin1-111/+402
2012-12-14liblzma: Fix mythread_sync for nested locking.Lasse Collin1-2/+3
2011-05-17Don't use clockid_t in mythread.h when clock_gettime() isn't available.Lasse Collin1-0/+2
2011-04-19Fix portability problems in mythread.h.Lasse Collin1-4/+27
2011-04-10Revise mythread.h.Lasse Collin1-20/+180
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-1/+3
2009-01-07Use pthread_sigmask() instead of sigprocmask() when pthreadsLasse Collin1-0/+6
2008-12-31Remove lzma_init() and other init functions from liblzma API.Lasse Collin1-0/+34