aboutsummaryrefslogtreecommitdiff
path: root/crypto/threads_pthread.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-24CRYPTO_atomic_add(): check that the object is lock freeRichard Levitte1-3/+5
2016-08-24CRYPTO_atomic_add(): use acquire release memory order rather than relaxedRichard Levitte1-2/+2
2016-08-24Check for __GNUC__ to use GNU C atomic buildinsRichard Levitte1-3/+3
2016-05-17Copyright consolidation 09/10Rich Salz1-46/+6
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+0
2016-03-03GH773: Possible leak on CRYPTO_THREAD_lock_new failureFdaSilvaYY1-1/+3
2016-02-26Implement new multi-threading APIAlessandro Ghedini1-0/+167