summaryrefslogtreecommitdiff
path: root/crypto/thread
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation error when using clang-cl 16 or higherAnthony Roberts2023-04-031-1/+1
* Use correct function to wait for condvarHugo Landau2023-03-302-8/+7
* Revise build.infoHugo Landau2023-03-301-2/+9
* QUIC Thread Assisted mode: miscellaneous fixesHugo Landau2023-03-301-2/+1
* QUIC Thread Assisted Mode: Refactor locking to be infallibleHugo Landau2023-03-301-3/+0
* QUIC Thread Assisted Mode: Support Windows XPHugo Landau2023-03-303-30/+128
* threading: Add ossl_crypto_condvar_wait_timeoutHugo Landau2023-03-302-0/+63
* thread: remove remnants of ossl_crypto_mem_barrierČestmír Kalina2023-03-212-9/+0
* VMS knows POSIX threads too!Richard Levitte2023-03-061-36/+0
* Don't set cancel state/typeMatt Caswell2022-12-011-3/+0
* Add functions supporting thread pool only when it is enabledTomas Mraz2022-11-223-22/+5
* crypto: thread: remove ossl_crypto_thread_native_terminateČestmír Kalina2022-10-214-102/+1
* crypto: thread: serialize concurrent joinsČestmír Kalina2022-10-214-67/+85
* crypto: add preemptive threading supportČestmír Kalina2022-10-177-0/+974