Searched refs:CRYPTO_atomic_load_int (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/ |
H A D | threads_win.c | 224 CRYPTO_atomic_load_int((int *)&lock->reader_idx, (int *)&qp_idx, in get_hold_current_qp() 228 CRYPTO_atomic_load_int((int *)&lock->reader_idx, (int *)&tmp, in get_hold_current_qp() 722 int CRYPTO_atomic_load_int(int *val, int *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load_int() function
|
H A D | threads_none.c | 255 int CRYPTO_atomic_load_int(int *val, int *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load_int() function
|
H A D | threads_pthread.c | 1011 int CRYPTO_atomic_load_int(int *val, int *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load_int() function
|
/openssl/doc/man3/ |
H A D | CRYPTO_THREAD_run_once.pod | 9 CRYPTO_atomic_load, CRYPTO_atomic_store, CRYPTO_atomic_load_int, 36 int CRYPTO_atomic_load_int(int *val, int *ret, CRYPTO_RWLOCK *lock); 146 CRYPTO_atomic_load_int() works identically to CRYPTO_atomic_load() but operates
|
/openssl/include/internal/ |
H A D | refcount.h | 217 return CRYPTO_atomic_load_int(&refcnt->val, ret, refcnt->lock); in CRYPTO_GET_REF()
|
/openssl/test/ |
H A D | lhash_test.c | 519 CRYPTO_atomic_load_int(&m->pending_delete, &pending_delete, worker_lock); in hashtable_mt_free()
|
/openssl/include/openssl/ |
H A D | crypto.h.in | 96 int CRYPTO_atomic_load_int(int *val, int *ret, CRYPTO_RWLOCK *lock);
|
/openssl/util/ |
H A D | libcrypto.num | 5526 CRYPTO_atomic_load_int 5654 3_2_0 EXIST::FUNCTION:
|
Completed in 48 milliseconds