Searched refs:connlock (Results 1 – 2 of 2) sorted by relevance
52 static pthread_mutex_t connlock; variable69 pthread_mutex_lock(&connlock); in lock_cb()78 pthread_mutex_unlock(&connlock); in unlock_cb()83 pthread_mutex_init(&connlock, NULL); in init_locks()88 pthread_mutex_destroy(&connlock); in kill_locks()
38 static pthread_mutex_t connlock; variable55 pthread_mutex_lock(&connlock); in lock_cb()64 pthread_mutex_unlock(&connlock); in unlock_cb()69 pthread_mutex_init(&connlock, NULL); in init_locks()74 pthread_mutex_destroy(&connlock); in kill_locks()