Searched refs:worker_lock (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | lhash_test.c | 507 static CRYPTO_RWLOCK *worker_lock; variable 519 CRYPTO_atomic_load_int(&m->pending_delete, &pending_delete, worker_lock); in hashtable_mt_free() 529 &ret, worker_lock); in hashtable_mt_free() 554 CRYPTO_atomic_add(&worker_num, 1, &num, worker_lock); in do_mt_hash_work() 570 if (!CRYPTO_atomic_add(&global_iteration, 1, &giter, worker_lock)) { in do_mt_hash_work() 624 CRYPTO_atomic_add(&expected_m->pending_delete, 1, &ret, worker_lock); in do_mt_hash_work() 662 if (!TEST_ptr(worker_lock = CRYPTO_THREAD_lock_new())) in test_hashtable_multithread() 705 CRYPTO_THREAD_lock_free(worker_lock); in test_hashtable_multithread()
|
Completed in 5 milliseconds