Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dcompatibility-c++0x.cc40 class lock_error : public exception class
48 lock_error::what() const throw() in what()
/dragonfly/contrib/cvs-1.12/src/
H A Dlock.c718 static int lock_error; variable
846 if (lock_error != L_OK) in set_promotablelock_proc()
851 lock_error = set_promotable_lock ((struct lock *)p->data); in set_promotablelock_proc()
935 lock_error = L_OK; /* init for set_promotablelock_proc */ in lock_list_promotably()
944 switch (lock_error) in lock_list_promotably()
971 lock_error); in lock_list_promotably()
/dragonfly/contrib/gcc-8.0/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()
/dragonfly/contrib/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,