Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/threads/
H A Dassfail.c37 static ulwp_t *assert_thread = NULL; variable
180 if (assert_thread == self) in lock_error()
184 assert_thread = self; in lock_error()
240 assert_thread = NULL; in lock_error()
272 if (assert_thread == self) in rwlock_error()
276 assert_thread = self; in rwlock_error()
329 assert_thread = NULL; in rwlock_error()
351 if (assert_thread == self) in thread_error()
355 assert_thread = self; in thread_error()
377 assert_thread = NULL; in thread_error()
[all …]