Searched refs:fetchlock (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/ns/include/ns/
H A Dquery.h70 isc_mutex_t fetchlock; member in struct:ns_query
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dclient.c1693 * Destroy the fetchlock mutex that was created in
1696 isc_mutex_destroy(&client->query.fetchlock);
2828 LOCK(&client->query.fetchlock);
2854 UNLOCK(&client->query.fetchlock);
2868 LOCK(&client->query.fetchlock);
2877 UNLOCK(&client->query.fetchlock);
H A Dquery.c667 LOCK(&client->query.fetchlock);
677 UNLOCK(&client->query.fetchlock);
818 isc_mutex_init(&client->query.fetchlock);
2556 LOCK(&client->query.fetchlock);
2561 UNLOCK(&client->query.fetchlock);
6306 LOCK(&client->query.fetchlock);
6335 UNLOCK(&client->query.fetchlock);
6851 LOCK(&client->query.fetchlock);
6860 UNLOCK(&client->query.fetchlock);

Completed in 299 milliseconds