Home
last modified time | relevance | path

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

/src/contrib/unbound/testcode/
H A Dchecklocks.c91 static void lock_error(struct checked_lock* lock, const char* func,
95 static void lock_error(struct checked_lock* lock, in lock_error() function
142 lock_error(lock, func, file, line, "acquire locklock"); in acquire_locklock()
219 lock_error(lock, func, file, line, in prot_check()
363 lock_error(lock, func, file, line, "wrong lock type"); in checktype()
384 lock_error(e, func, file, line, "delete while locked."); in checklock_destroy()
386 lock_error(e, func, file, line, "delete while waited on."); in checklock_destroy()
474 if(!thr) lock_error(lock, func, file, line, "no thread info"); in checklock_lockit()
480 lock_error(lock, func, file, line, "thread already owns lock"); in checklock_lockit()
482 lock_error(lock, func, file, line, "thread already has wrlock"); in checklock_lockit()
[all …]