Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/thread/
H A Drthread_libc.c53 _rthread_debug(1, "tag init failure"); in _thread_tag_init()
69 _rthread_debug(1, "tag mutex lock failure"); in _thread_tag_lock()
86 _rthread_debug(1, "tag mutex unlock failure"); in _thread_tag_unlock()
131 _rthread_debug(1, "mutex lock failure"); in _thread_mutex_lock()
140 _rthread_debug(1, "mutex unlock failure"); in _thread_mutex_unlock()
149 _rthread_debug(1, "mutex destroy failure"); in _thread_mutex_destroy()
H A Drthread_debug.c18 _rthread_debug(int level, const char *fmt, ...) in _rthread_debug() function
27 DEF_STRONG(_rthread_debug);
H A Drthread_cond.c82 _rthread_debug(5, "%p: cond_timed %p,%p (%p)\n", self, in _rthread_cond_timedwait()
180 _rthread_debug(5, "%p: cond_signal %p, %d awaken\n", pthread_self(), in pthread_cond_signal()
204 _rthread_debug(5, "%p: cond_broadcast %p, %d awaken\n", pthread_self(), in pthread_cond_broadcast()
H A Drthread_mutex.c163 _rthread_debug(5, "%p: mutex_%slock %p (%p)\n", self, in _rthread_mutex_timedlock()
245 _rthread_debug(5, "%p: mutex_unlock %p (%p)\n", self, (void *)mutex, in pthread_mutex_unlock()
249 _rthread_debug(5, "%p: different owner %p (%p)\n", self, (void *)mutex, in pthread_mutex_unlock()
H A Drthread_sync.c108 _rthread_debug(5, "%p: mutex_lock %p\n", (void *)self, (void *)mutex); in _rthread_mutex_lock()
193 _rthread_debug(5, "%p: mutex_unlock %p\n", (void *)self, in pthread_mutex_unlock()
303 _rthread_debug(5, "%p: cond_timed %p,%p\n", (void *)self, in pthread_cond_timedwait()
458 _rthread_debug(5, "%p: cond_wait %p,%p\n", (void *)self, in pthread_cond_wait()
592 _rthread_debug(5, "%p: cond_signal %p,%p\n", (void *)pthread_self(), in pthread_cond_signal()
641 _rthread_debug(5, "%p: cond_broadcast %p,%p\n", (void *)pthread_self(), in pthread_cond_broadcast()
H A Drthread.h39 PROTO_NORMAL(_rthread_debug);
/openbsd-src/lib/librthread/
H A Drthread_barrier.c116 _rthread_debug(6, "in: %d, threshold: %d\n", b->in, b->threshold); in pthread_barrier_wait()
124 _rthread_debug(6, "threshold reached\n"); in pthread_barrier_wait()
127 _rthread_debug(6, "waiting on condition\n"); in pthread_barrier_wait()
H A Drthread_rwlock_compat.c105 _rthread_debug(5, "%p: rwlock_rdlock %p\n", (void *)thread, in _rthread_rwlock_rdlock()
165 _rthread_debug(5, "%p: rwlock_timedwrlock %p\n", (void *)thread, in _rthread_rwlock_wrlock()
228 _rthread_debug(5, "%p: rwlock_unlock %p\n", (void *)thread, in pthread_rwlock_unlock()
H A Drthread_rwlock.c127 _rthread_debug(5, "%p: rwlock_%srdlock %p (%u)\n", self, in _rthread_rwlock_timedrdlock()
204 _rthread_debug(5, "%p: rwlock_%swrlock %p (%u)\n", self, in _rthread_rwlock_timedwrlock()
264 _rthread_debug(5, "%p: rwlock_unlock %p\n", self, (void *)rwlock); in pthread_rwlock_unlock()
H A Drthread_sem.c240 _rthread_debug(1, "%s: v=%d errno=%d\n", __func__, in sem_wait()
272 _rthread_debug(1, "%s: v=%d errno=%d\n", __func__, in sem_timedwait()
299 _rthread_debug(1, "%s: v=%d errno=%d\n", __func__, sem->value, errno); in sem_trywait()
H A Drthread.c244 _rthread_debug(1, "rthread init\n"); in _rthread_init()
260 _rthread_debug(3, "rthread reaping %p stack %p\n", in _rthread_reaper()
266 _rthread_debug(3, "rthread reaping %p (initial)\n", in _rthread_reaper()
/openbsd-src/lib/libc/include/
H A Dthread_private.h413 void _rthread_debug(int, const char *, ...)
/openbsd-src/lib/libc/
H A DSymbols.list1708 _rthread_debug