Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dchecklocks.c75 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()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dlock.c765 static int lock_error; variable
893 if (lock_error != L_OK) in set_promotablelock_proc()
898 lock_error = set_promotable_lock ((struct lock *)p->data); in set_promotablelock_proc()
984 lock_error = L_OK; /* init for set_promotablelock_proc */ in lock_list_promotably()
993 switch (lock_error) in lock_list_promotably()
1020 lock_error); in lock_list_promotably()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcompatibility-c++0x.cc56 class lock_error : public exception class
64 lock_error::what() const throw() in what()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcompatibility-c++0x.cc52 class lock_error : public exception class
60 lock_error::what() const throw() in what()
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd-gulm.c532 static int lock_error(void *misc, uint32_t err) in lock_error() function
553 .error = lock_error,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20082882 * testsuite/30_threads/lock_error, testsuite/30_threads/once_flag:
3431 * testsuite/30_threads/lock_error: New.
H A DChangeLog-20093850 * include/std/mutex: Move std::lock_error to ...
3854 for lock types and remove std::lock_error check.