Home
last modified time | relevance | path

Searched refs:atomic_lock (Results 1 – 6 of 6) sorted by relevance

/src/crypto/openssl/crypto/hashtable/
H A Dhashtable.c145 CRYPTO_RWLOCK *atomic_lock; member
182 new->atomic_lock = CRYPTO_THREAD_lock_new(); in ossl_ht_new()
183 if (new->atomic_lock == NULL) in ossl_ht_new()
225 CRYPTO_THREAD_lock_free(new->atomic_lock); in ossl_ht_new()
327 CRYPTO_THREAD_lock_free(h->atomic_lock); in ossl_ht_free()
554 &ihash, h->atomic_lock)) in ossl_ht_insert_locked()
563 hash, h->atomic_lock)) in ossl_ht_insert_locked()
584 hash, h->atomic_lock)) in ossl_ht_insert_locked()
687 &ehash, h->atomic_lock)) in ossl_ht_get()
732 0, h->atomic_lock)) in ossl_ht_delete()
/src/usr.sbin/virtual_oss/virtual_oss/
H A Dmain.c485 atomic_lock(); in vclient_open_sub()
521 atomic_lock(); in vclient_close()
777 atomic_lock(); in vclient_export_read_locked()
819 atomic_lock(); in vclient_read()
864 atomic_lock(); in vclient_read()
977 atomic_lock(); in vclient_import_write_locked()
1020 atomic_lock(); in vclient_write_oss()
1062 atomic_lock(); in vclient_write_oss()
1165 atomic_lock(); in vclient_ioctl_oss()
1535 atomic_lock(); in vclient_ioctl_wav()
[all …]
H A Dhttpd.c720 atomic_lock(); in voss_httpd_streamer()
773 atomic_lock(); in voss_httpd_streamer()
838 atomic_lock(); in voss_httpd_start()
H A Dint.h40 #define atomic_lock() pthread_mutex_lock(&atomic_mtx) macro
H A Dctl.c118 atomic_lock(); in vctl_ioctl()
H A Dvirtual_oss.c380 atomic_lock(); in virtual_oss_process()