Sign in
flutter
/
third_party
/
openssl
/
c869c3ada944bc42a6c00e0433c9d523c4426cde
/
crypto
/
threads_pthread.c
2842813
Update copyright year
by Richard Levitte
· 7 years ago
7de2b9c
Set error code if alloc returns NULL
by Rich Salz
· 7 years ago
f49452c
Return a value from atomic read on Windows.
by Pauli
· 7 years ago
30ff41b
Add atomic write call
by Pauli
· 7 years ago
94683b7
Add a CRYPTO_atomic_read call which allows an int variable to be read
by Pauli
· 7 years ago
b842fcb
Put thread-fork-init inside a run-once guard
by Rich Salz
· 8 years ago
5f8dd0f
Add missing include of cryptlib.h
by Rich Salz
· 8 years ago
2915fe1
Add fork handlers, based on pthread_atfork
by Rich Salz
· 8 years ago
bc1dba2
Grouped data declarations [skip ci]
by Dmitry Kostjuchenko
· 8 years ago
5d5eed4
Removed tab spaces.
by Dmitry Kostjuchenko
· 8 years ago
ec93a29
Corrections according the review comments.
by Dmitry Kostjuchenko
· 8 years ago
2accf3f
Compile fix on platforms with missing pthread_rwlock_t.
by Dmitry Kostjuchenko
· 8 years ago
1beca67
CRYPTO_atomic_add(): check that the object is lock free
by Richard Levitte
· 9 years ago
11fc6c7
CRYPTO_atomic_add(): use acquire release memory order rather than relaxed
by Richard Levitte
· 9 years ago
cb4b54c
Check for __GNUC__ to use GNU C atomic buildins
by Richard Levitte
· 9 years ago
b132225
Copyright consolidation 09/10
by Rich Salz
· 9 years ago
5c4328f
Fold threads.h into crypto.h making API public
by Viktor Dukhovni
· 9 years ago
0b2fc92
GH773: Possible leak on CRYPTO_THREAD_lock_new failure
by FdaSilvaYY
· 9 years ago
71a04cf
Implement new multi-threading API
by Alessandro Ghedini
· 9 years ago