Searched refs:isc_task_beginexclusive (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/bin/tests/system/dyndb/driver/
H A Dlock.c16 * All calls to isc_task_beginexclusive() have to operate on the same task
37 *statep = isc_task_beginexclusive(inst->task);
/bind-9.11.3/lib/isc/include/isc/
H A Dtask.h565 isc_task_beginexclusive(isc_task_t *task);
587 * Relinquish the exclusive access obtained by isc_task_beginexclusive(),
/bind-9.11.3/bin/named/
H A Dserver.c2225 result = isc_task_beginexclusive(task);
2295 result = isc_task_beginexclusive(task);
6000 result = isc_task_beginexclusive(server->task);
7428 result = isc_task_beginexclusive(server->task);
8551 result = isc_task_beginexclusive(server->task);
8690 result = isc_task_beginexclusive(server->task);
9247 result = isc_task_beginexclusive(server->task);
10275 result = isc_task_beginexclusive(server->task);
10330 result = isc_task_beginexclusive(server->task);
10483 result = isc_task_beginexclusive(serve
[all...]
H A Dclient.c3470 result = isc_task_beginexclusive(ns_g_server->task);
/bind-9.11.3/lib/isc/
H A Dtask.c2255 isc_task_beginexclusive(isc_task_t *task) { function
/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c2233 t14_exclusiveerror = isc_task_beginexclusive(task);
2344 t_info("isc_task_beginexclusive() failed\n");
2359 "isc_task_beginexclusive() gets exclusive access");
2374 { (PFV) t14, "isc_task_beginexclusive" },
/bind-9.11.3/lib/dns/
H A Dadb.c569 result = isc_task_beginexclusive(task);
726 result = isc_task_beginexclusive(task);

Completed in 107 milliseconds