Home
last modified time | relevance | path

Searched refs:CRYPTO_atomic_load_int (Results 1 – 8 of 8) sorted by relevance

/openssl/crypto/
H A Dthreads_win.c224 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 Dthreads_none.c255 int CRYPTO_atomic_load_int(int *val, int *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load_int() function
H A Dthreads_pthread.c1011 int CRYPTO_atomic_load_int(int *val, int *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load_int() function
/openssl/doc/man3/
H A DCRYPTO_THREAD_run_once.pod9 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 Drefcount.h217 return CRYPTO_atomic_load_int(&refcnt->val, ret, refcnt->lock); in CRYPTO_GET_REF()
/openssl/test/
H A Dlhash_test.c519 CRYPTO_atomic_load_int(&m->pending_delete, &pending_delete, worker_lock); in hashtable_mt_free()
/openssl/include/openssl/
H A Dcrypto.h.in96 int CRYPTO_atomic_load_int(int *val, int *ret, CRYPTO_RWLOCK *lock);
/openssl/util/
H A Dlibcrypto.num5526 CRYPTO_atomic_load_int 5654 3_2_0 EXIST::FUNCTION:

Completed in 66 milliseconds