Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dassfail.c41 static ulwp_t *assert_thread = NULL; variable
177 if (assert_thread == self) in lock_error()
181 assert_thread = self; in lock_error()
237 assert_thread = NULL; in lock_error()
269 if (assert_thread == self) in rwlock_error()
273 assert_thread = self; in rwlock_error()
326 assert_thread = NULL; in rwlock_error()
348 if (assert_thread == self) in thread_error()
352 assert_thread = self; in thread_error()
374 assert_thread = NULL; in thread_error()
[all …]