aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/threads_pthread.c
Commit message (Expand)AuthorAgeFilesLines
* Return a value from atomic read on Windows.Pauli2017-10-111-1/+1
* Add atomic write callPauli2017-10-101-0/+19
* Add a CRYPTO_atomic_read call which allows an int variable to be readPauli2017-10-101-0/+19
* Put thread-fork-init inside a run-once guardRich Salz2017-08-181-2/+11
* Add missing include of cryptlib.hRich Salz2017-08-061-1/+1
* Add fork handlers, based on pthread_atforkRich Salz2017-06-291-0/+10
* Grouped data declarations [skip ci]Dmitry Kostjuchenko2017-02-031-1/+0
* Removed tab spaces.Dmitry Kostjuchenko2017-02-031-2/+2
* Corrections according the review comments.Dmitry Kostjuchenko2017-02-031-21/+22
* Compile fix on platforms with missing pthread_rwlock_t.Dmitry Kostjuchenko2017-02-031-0/+41
* CRYPTO_atomic_add(): check that the object is lock freeRichard Levitte2016-08-241-3/+5
* CRYPTO_atomic_add(): use acquire release memory order rather than relaxedRichard Levitte2016-08-241-2/+2
* Check for __GNUC__ to use GNU C atomic buildinsRichard Levitte2016-08-241-3/+3
* Copyright consolidation 09/10Rich Salz2016-05-171-46/+6
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* GH773: Possible leak on CRYPTO_THREAD_lock_new failureFdaSilvaYY2016-03-031-1/+3
* Implement new multi-threading APIAlessandro Ghedini2016-02-261-0/+167