summaryrefslogtreecommitdiff
path: root/crypto/threads_pthread.c
Commit message (Expand)AuthorAgeFilesLines
* drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre2019-09-111-0/+10
* use native atomic increment function on SolarisVladimir Kotal2019-08-091-0/+10
* Make core code available within the FIPS moduleMatt Caswell2019-05-231-4/+8
* Following the license change, modify the boilerplates in crypto/Richard Levitte2018-12-061-1/+1
* crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov2018-08-171-38/+0
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code if alloc returns NULLRich Salz2018-04-051-4/+10
* 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