Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/threads/
H A Dassfail.c38 static ulwp_t *assert_thread = NULL; variable
190 if (assert_thread == self) in lock_error()
194 assert_thread = self; in lock_error()
250 assert_thread = NULL; in lock_error()
282 if (assert_thread == self) in rwlock_error()
286 assert_thread = self; in rwlock_error()
339 assert_thread = NULL; in rwlock_error()
361 if (assert_thread == self) in thread_error()
365 assert_thread = self; in thread_error()
387 assert_thread = NULL; in thread_error()
[all …]