Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dprimary.c154 static pthread_mutex_t sync_lock; variable
889 mtx_lock(&sync_lock); in sync_start()
891 mtx_unlock(&sync_lock); in sync_start()
899 mtx_lock(&sync_lock); in sync_stop()
902 mtx_unlock(&sync_lock); in sync_stop()
1486 mtx_lock(&sync_lock); in local_send_thread()
1488 mtx_unlock(&sync_lock); in local_send_thread()
1663 mtx_lock(&sync_lock); in remote_send_thread()
1665 mtx_unlock(&sync_lock); in remote_send_thread()
1843 mtx_lock(&sync_lock); in remote_recv_thread()
[all …]