Searched refs:lock_error (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | synch.c | 2069 lock_error(mp, "mutex_lock", NULL, NULL); in mutex_lock_internal() 2236 lock_error(mp, "mutex_lock", NULL, "mutex is misaligned"); in mutex_lock_impl() 2455 lock_error(mp, "mutex_unlock", NULL, NULL); in mutex_unlock_internal() 3298 lock_error(mp, "cond_wait", cvp, "mutex is misaligned"); in cond_wait_check_alignment() 3300 lock_error(mp, "cond_wait", cvp, "condvar is misaligned"); in cond_wait_check_alignment() 3477 lock_error(mp, "cond_wait", cvp, NULL); in cond_wait_common() 3479 lock_error(mp, "recursive mutex in cond_wait", in cond_wait_common() 3483 lock_error(mp, "cond_wait", cvp, in cond_wait_common() 3488 lock_error(mp, "cond_wait", cvp, in cond_wait_common()
|
H A D | assfail.c | 173 lock_error(const mutex_t *mp, const char *who, void *cv, const char *msg) in lock_error() function
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | kdb_db2.c | 675 goto lock_error; in krb5_db2_db_lock() 692 goto lock_error; in krb5_db2_db_lock() 704 lock_error:; in krb5_db2_db_lock()
|
/titanic_50/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 1289 extern void lock_error(const mutex_t *, const char *, void *, const char *);
|