Lines Matching refs:lock_error
75 static void lock_error(struct checked_lock* lock, const char* func,
79 static void lock_error(struct checked_lock* lock, in lock_error() function
126 lock_error(lock, func, file, line, "acquire locklock"); in acquire_locklock()
195 lock_error(lock, func, file, line, in prot_check()
339 lock_error(lock, func, file, line, "wrong lock type"); in checktype()
360 lock_error(e, func, file, line, "delete while locked."); in checklock_destroy()
362 lock_error(e, func, file, line, "delete while waited on."); in checklock_destroy()
450 if(!thr) lock_error(lock, func, file, line, "no thread info"); in checklock_lockit()
456 lock_error(lock, func, file, line, "thread already owns lock"); in checklock_lockit()
458 lock_error(lock, func, file, line, "thread already has wrlock"); in checklock_lockit()
469 lock_error(lock, func, file, line, in checklock_lockit()
481 lock_error(lock, func, file, line, "got nonexclusive lock"); in checklock_lockit()
483 lock_error(lock, func, file, line, "got nonexclusive wrlock"); in checklock_lockit()
594 if(!thr) lock_error(lock, func, file, line, "no thread info"); in checklock_unlock()
600 lock_error(lock, func, file, line, "unlock nonlocked lock"); in checklock_unlock()
603 lock_error(lock, func, file, line, "too many unlocks"); in checklock_unlock()